Skip to content
Snippets Groups Projects
Verified Commit b23a87a5 authored by Thomas Rientjes's avatar Thomas Rientjes
Browse files

Update ESLint configuration file

parent fa6c453f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,10 @@
"es6": true,
"webextensions": true
},
"extends": "eslint:recommended",
"extends": [
"eslint:recommended",
"plugin:no-unsanitized/DOM"
],
"globals": {
"Address": true,
"fileGuard": true,
......@@ -37,6 +40,9 @@
"no-unused-vars": "off"
}
},
"plugins": [
"no-unsanitized"
],
"rules": {
"array-bracket-newline": "error",
"array-bracket-spacing": "error",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment