chat-server/node_modules/logform/.eslintrc

8 lines
85 B
Plaintext
Raw Normal View History

2019-04-10 13:07:31 +10:00
{
"extends": "populist",
"rules": {
"no-undefined": 0,
"strict": 0
}
}