1
0
mirror of https://github.com/yldio/copilot.git synced 2025-01-06 00:50:12 +02:00
copilot/packages/joyent-boilerplate/.eslintrc

12 lines
173 B
Plaintext
Raw Normal View History

{
"extends": "joyent-portal",
"rules": {
"no-console": 0,
"new-cap": 0,
// temp
"no-undef": 1,
"no-debugger": 1,
"no-negated-condition": 0
}
}