feishin/.erb/configs/.eslintrc

8 lines
114 B
Text
Raw Normal View History

2022-12-19 15:59:14 -08:00
{
"rules": {
"no-console": "off",
"global-require": "off",
"import/no-dynamic-require": "off"
}
}