joyent-portal/.eslintrc

8 lines
89 B
Plaintext
Raw Normal View History

{
2017-09-19 13:17:20 +03:00
"extends": "joyent-portal",
2017-05-31 22:17:12 +03:00
"rules": {
"new-cap": 0,
"no-console": 0
}
}