joyent-portal/packages/my-joy-beta/.eslintrc

11 lines
172 B
Plaintext
Raw Normal View History

{
"extends": "joyent-portal",
"rules": {
"no-console": 0,
"new-cap": 0,
2017-10-04 20:27:55 +03:00
"camelcase": 1,
2018-02-01 12:38:12 +02:00
"jsx-a11y/href-no-hash": 0,
"no-negated-condition": 0
}
}