Updated: eslint rules

This commit is contained in:
Llewellyn D'souza
2021-12-30 18:22:34 +05:30
parent 14adfe87f6
commit 395e3dfe39
2 changed files with 3 additions and 1 deletions

View File

@@ -18,5 +18,6 @@ module.exports = {
"new-cap": 0,
"quotes": 0,
"comma-dangle": 0,
'operator-linebreak': 0
},
};

View File

@@ -1,3 +1,4 @@
{
"prettier.singleQuote": false
"prettier.singleQuote": false,
"prettier.printWidth": 150
}