the-forest/client/node_modules/promise-limit/.eslintrc

10 lines
110 B
Plaintext
Raw Normal View History

2024-09-17 20:35:18 -04:00
{
"extends": [
"standard",
"plugin:es5/no-es2015"
],
"rules": {
"no-console": "error"
}
}