Files
piratepoet/.eslintrc.es5.json
Pavel Dohnal 6892dbea91 Remove temporary eslint rules
[MAILPOET-1348]
2018-04-18 10:08:56 +01:00

14 lines
233 B
JSON

{
"extends": "airbnb/legacy",
"env": {
"amd": true,
"browser": true
},
"parserOptions": {
"ecmaVersion": 5
},
"rules": {
"no-underscore-dangle": 0 // Backbone uses underscores, we cannot remove them
}
}