Improve code quality and write tests
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": ["eslint:recommended", "prettier"],
|
||||
"env": {
|
||||
"node": true,
|
||||
"jest": true
|
||||
},
|
||||
"globals": {
|
||||
"expect": true
|
||||
},
|
||||
"rules": {
|
||||
"no-console": "off",
|
||||
"no-empty": ["error", { "allowEmptyCatch": true }]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user