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

8 lines
89 B
Plaintext

{
"extends": "joyent-portal",
"rules": {
"no-console": 0,
"new-cap": 0
}
}