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