9 lines
124 B
Plaintext
Raw Permalink Normal View History

2023-09-20 03:38:55 -04:00
{
"extends": "../.eslintrc",
2023-09-22 23:57:17 -04:00
"env": {
"node": true
},
2023-09-20 03:38:55 -04:00
"rules": {
"no-console": "off"
}
}