mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 19:23:07 +02:00
20 lines
360 B
JSON
20 lines
360 B
JSON
|
|
{
|
||
|
|
"env": {
|
||
|
|
"browser": true,
|
||
|
|
"commonjs": true,
|
||
|
|
"es2021": true
|
||
|
|
},
|
||
|
|
"parserOptions": {
|
||
|
|
"ecmaVersion": 12
|
||
|
|
},
|
||
|
|
"rules": {
|
||
|
|
"space-before-function-paren": [
|
||
|
|
2,
|
||
|
|
{
|
||
|
|
"anonymous": "ignore",
|
||
|
|
"named": "never"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|