joyent-portal/.eslintrc

11 lines
172 B
Plaintext
Raw Permalink Normal View History

{
2017-09-19 13:17:20 +03:00
"extends": "joyent-portal",
2017-05-31 22:17:12 +03:00
"rules": {
2018-04-06 17:53:44 +03:00
"no-console": 1,
2017-05-31 22:17:12 +03:00
"new-cap": 0,
2018-04-06 17:53:44 +03:00
"jsx-a11y/href-no-hash": 0,
"no-negated-condition": 1,
"camelcase": 1
2017-05-31 22:17:12 +03:00
}
}