qryn/.eslintrc.json
2021-11-09 16:09:57 +02:00

18 lines
275 B
JSON

{
"env": {
"browser": true,
"commonjs": true,
"es2021": true,
"jest/globals": true
},
"extends": [
"standard"
],
"parserOptions": {
"ecmaVersion": 2021
},
"plugins": ["jest"],
"rules": {
}
}