mirror of
https://github.com/array-in-a-matrix/emudeck-electron.git
synced 2025-04-02 11:11:42 -04: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"
|
|
}
|
|
}
|