Updated mocha & nyc. Removed production config. Updated gitignore

This commit is contained in:
2022-08-20 13:08:57 +02:00
parent a6d808daa6
commit 03de831d13
3 changed files with 8 additions and 32 deletions

View File

@@ -5,6 +5,7 @@
"sourceType": "module"
},
"extends": ["eslint-config-airbnb-base", "plugin:prettier/recommended"],
"plugins": ["mocha"],
"rules": {
"max-classes-per-file": 1,
"no-empty": [
@@ -16,5 +17,8 @@
"no-promise-executor-return": 1,
"no-shadow": "off",
"no-underscore-dangle": "off"
},
"env": {
"mocha": true
}
}