You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.js
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,14 @@ module.exports = {
35
35
parser: 'babel-eslint',
36
36
/**
37
37
* @property plugins - Tree additional linter plugins.
38
+
* @note - Code Climate does not support deprecate and sonarjs, and breaks if they are present. You will need to add these plugins individually in your .eslintrc.js file.
38
39
*/
39
40
plugins: [
40
-
'eslint-plugin-deprecate',
41
+
// 'eslint-plugin-deprecate',
41
42
'eslint-plugin-html',
42
43
'eslint-plugin-jsdoc',
43
-
'eslint-plugin-json',
44
-
'eslint-plugin-sonarjs'
44
+
'eslint-plugin-json'
45
+
// 'eslint-plugin-sonarjs'
45
46
],
46
47
/**
47
48
* @property rules - Tree custom rule and additional linter configuration.
0 commit comments