1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-15 15:50:06 +02:00
copilot/packages/cp-frontend/.eslintrc

11 lines
142 B
Plaintext
Raw Normal View History

{
"extends": "joyent-portal",
"rules": {
2017-06-12 01:58:22 +03:00
"no-console": 0,
"new-cap": 0,
// temp
"no-undef": 1,
"no-debugger": 1
}
}