13 lines
168 B
Plaintext
13 lines
168 B
Plaintext
{
|
|
"parserOptions": {
|
|
"ecmaVersion": 2019
|
|
},
|
|
"extends": ["eslint:recommended"],
|
|
"rules": {
|
|
"no-console": "off"
|
|
},
|
|
"env": {
|
|
"browser": true
|
|
}
|
|
}
|