Skip to content
Snippets Groups Projects
Commit 8bdaef4a authored by lowercasedonkey's avatar lowercasedonkey
Browse files

add sonar js

parent cd8a06fd
No related branches found
No related tags found
1 merge request!8045Add sonar js
...@@ -5,9 +5,10 @@ ...@@ -5,9 +5,10 @@
"es6": true, "es6": true,
"jquery": true "jquery": true
}, },
"extends": "eslint:recommended", "extends": ["eslint:recommended", "plugin:sonarjs/recommended"],
"plugins": [ "plugins": [
"jsdoc" "jsdoc",
"sonarjs"
], ],
"globals": { "globals": {
"SugarCube": false, "SugarCube": false,
......
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