fix failing test

This commit is contained in:
Sudhanshu Gautam 2021-03-21 18:56:05 +05:30
parent 7cdb5206af
commit 3fa4a871fc
5 changed files with 14 additions and 10 deletions

View file

@ -23,7 +23,6 @@ module.exports = {
'prettier/prettier': [
'error',
{
trailingComma: 'all',
arrowParens: 'always',
printWidth: 100,
},