Notes/scripts/.eslintrc

6 lines
83 B
Plaintext
Raw Normal View History

2023-09-20 03:38:55 -04:00
{
"extends": "../.eslintrc",
"rules": {
"no-console": "off"
}
}