mirror of
https://github.com/speice-io/isomorphic-rust
synced 2024-11-04 15:18:26 -05:00
10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
|
{
|
||
|
"extends": "eslint-config-airbnb",
|
||
|
"rules": {
|
||
|
"import/extensions": 0,
|
||
|
"import/no-extraneous-dependencies": 0,
|
||
|
"import/no-unresolved": [2, { "ignore": ["electron"] }],
|
||
|
"linebreak-style": 0
|
||
|
}
|
||
|
}
|