mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
{
|
|
"rules": {
|
|
"no-console": "off",
|
|
"global-require": "off",
|
|
"import/no-dynamic-require": "off",
|
|
"import/no-extraneous-dependencies": "off"
|
|
}
|
|
}
|