mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
9 lines
162 B
Text
9 lines
162 B
Text
|
|
{
|
||
|
|
"rules": {
|
||
|
|
"no-console": "off",
|
||
|
|
"global-require": "off",
|
||
|
|
"import/no-dynamic-require": "off",
|
||
|
|
"import/no-extraneous-dependencies": "off"
|
||
|
|
}
|
||
|
|
}
|