amnezia-wg-easy/src/.eslintrc.json
Emile Nijssen 7cd677f7ef add charts
2021-11-22 22:15:09 +01:00

11 lines
No EOL
167 B
JSON

{
"extends": "athom",
"ignorePatterns": [
"**/vendor/*.js"
],
"rules": {
"consistent-return": "off",
"no-shadow": "off",
"max-len": "off"
}
}