This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
valnet/.erb/scripts/.eslintrc

9 lines
162 B
Plaintext
Raw Permalink Normal View History

2021-04-08 20:38:05 -04:00
{
"rules": {
"no-console": "off",
"global-require": "off",
"import/no-dynamic-require": "off",
"import/no-extraneous-dependencies": "off"
}
}