9 строки
190 B
Plaintext
9 строки
190 B
Plaintext
|
{
|
||
|
"extends": "eslint-config-airbnb",
|
||
|
"rules": {
|
||
|
"import/extensions": 0,
|
||
|
"import/no-extraneous-dependencies": 0,
|
||
|
"import/no-unresolved": [2, { "ignore": ["electron"] }]
|
||
|
}
|
||
|
}
|