20 lines
341 B
JSON
20 lines
341 B
JSON
|
{
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"commonjs": true,
|
||
|
"es2021": true
|
||
|
},
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 12
|
||
|
},
|
||
|
"rules": {
|
||
|
"space-before-function-paren": [
|
||
|
2,
|
||
|
{
|
||
|
"anonymous": "ignore",
|
||
|
"named": "never"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|