23 lines
348 B
Plaintext
23 lines
348 B
Plaintext
{
|
|
"env": {
|
|
"browser": true,
|
|
"es2021": true,
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"airbnb-base"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 12,
|
|
"sourceType": "module"
|
|
},
|
|
"rules": {
|
|
"import/extensions": "off",
|
|
"no-console": "off",
|
|
"max-len": "off"
|
|
},
|
|
"settings": {
|
|
"import/core-modules": ["electron"]
|
|
}
|
|
}
|