8 lines
115 B
Plaintext
8 lines
115 B
Plaintext
|
{
|
||
|
"extends": "airbnb/base",
|
||
|
"rules": {
|
||
|
"no-underscore-dangle": 0,
|
||
|
"import/no-mutable-exports": 0
|
||
|
}
|
||
|
}
|