the-forest/client/node_modules/promise-limit/.eslintrc
2024-09-17 20:35:18 -04:00

10 lines
110 B
Plaintext

{
"extends": [
"standard",
"plugin:es5/no-es2015"
],
"rules": {
"no-console": "error"
}
}