env/.eslintrc.json

16 lines
216 B
JSON
Raw Permalink Normal View History

2020-07-14 12:06:58 +02:00
{
"env": {
"browser": true,
"commonjs": true,
"es2020": true
},
"extends": [
"google"
],
"parserOptions": {
"ecmaVersion": 11
},
"rules": {
}
}