feishin/.erb/scripts/.eslintrc

9 lines
162 B
Plaintext
Raw Normal View History

2022-12-20 00:59:14 +01:00
{
"rules": {
"no-console": "off",
"global-require": "off",
"import/no-dynamic-require": "off",
"import/no-extraneous-dependencies": "off"
}
}