pyblocks/pyblocks-gui/.erb/configs/.eslintrc

8 lines
114 B
Plaintext
Raw Normal View History

2023-05-25 17:00:54 +00:00
{
"rules": {
"no-console": "off",
"global-require": "off",
"import/no-dynamic-require": "off"
}
}