jquery/dist/.eslintrc.json

11 lines
152 B
JSON
Raw Normal View History

{
"root": true,
"extends": "../.eslintrc-browser.json",
"rules": {
// That is okay for the built version
"no-multiple-empty-lines": "off"
}
}