env/.eslintrc.json

16 lines
216 B
JSON
Raw Permalink Normal View History

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