mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02: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"
|
|
}
|
|
}
|