2016-05-10 09:12:28 +00:00
|
|
|
{
|
2016-11-02 23:51:34 +00:00
|
|
|
"root": true,
|
|
|
|
|
|
|
|
"extends": "../.eslintrc-browser.json",
|
|
|
|
|
2016-05-10 09:12:28 +00:00
|
|
|
"rules": {
|
2016-07-25 23:53:57 +00:00
|
|
|
// That is okay for the built version
|
2016-05-10 09:12:28 +00:00
|
|
|
"no-multiple-empty-lines": "off",
|
|
|
|
|
2017-08-08 22:08:02 +00:00
|
|
|
// Because sizzle is not compatible to jquery code style
|
2016-07-15 17:42:25 +00:00
|
|
|
"no-nested-ternary": "off",
|
2016-07-08 21:46:58 +00:00
|
|
|
"no-unused-expressions": "off",
|
2016-05-10 09:12:28 +00:00
|
|
|
"lines-around-comment": "off",
|
|
|
|
"space-in-parens": "off",
|
|
|
|
"camelcase": "off",
|
|
|
|
"computed-property-spacing": "off",
|
|
|
|
"max-len": "off",
|
|
|
|
"dot-notation": "off",
|
|
|
|
"semi-spacing": "off",
|
|
|
|
"brace-style": "off"
|
|
|
|
}
|
|
|
|
}
|