joyent-portal/consoles/my-joy-navigation/.eslintrc

14 lines
225 B
Plaintext
Raw Normal View History

2018-01-17 21:10:39 +02:00
{
"extends": "joyent-portal",
"rules": {
"no-console": 0,
"new-cap": 0,
"camelcase": 1,
// temp
"no-undef": 1,
"no-debugger": 1,
"no-negated-condition": 0,
"jsx-a11y/href-no-hash": 0
}
2018-03-15 21:05:02 +02:00
}