Skip to content

Commit 667b209

Browse files
author
Aurélien Baudet
committed
[TECH] Add eslint in All Linters profile
1 parent 5edd3f1 commit 667b209

File tree

1 file changed

+3
-0
lines changed
  • sonar-web-frontend-plugin/src/main/resources/profiles

1 file changed

+3
-0
lines changed

sonar-web-frontend-plugin/src/main/resources/profiles/js-all.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"repositories": [{
55
"key": "jshint",
66
"rules": "/rules/jshint.json"
7+
}, {
8+
"key": "eslint",
9+
"rules": "/rules/eslint.json"
710
}, {
811
"key": "angular-hint",
912
"rules": "/rules/angular-hint.json"

0 commit comments

Comments
 (0)