mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 14:37:06 +01:00
9 lines
162 B
Plaintext
9 lines
162 B
Plaintext
|
{
|
||
|
"rules": {
|
||
|
"no-console": "off",
|
||
|
"global-require": "off",
|
||
|
"import/no-dynamic-require": "off",
|
||
|
"import/no-extraneous-dependencies": "off"
|
||
|
}
|
||
|
}
|