joyent-portal/.eslintrc

8 lines
89 B
Plaintext

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