17 строки
274 B
JSON
17 строки
274 B
JSON
|
{
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"es2021": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"extends": ["eslint:recommended", "google"],
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 12,
|
||
|
"sourceType": "module"
|
||
|
},
|
||
|
"rules": {
|
||
|
// Indent files with prettier
|
||
|
"indent": ["off"]
|
||
|
}
|
||
|
}
|