Skip to content

Commit 65c3d2e

Browse files
committed
Disable deprecate and sonarjs. Use individually
1 parent 7a728b2 commit 65c3d2e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@ module.exports = {
3535
parser: 'babel-eslint',
3636
/**
3737
* @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.
3839
*/
3940
plugins: [
40-
'eslint-plugin-deprecate',
41+
// 'eslint-plugin-deprecate',
4142
'eslint-plugin-html',
4243
'eslint-plugin-jsdoc',
43-
'eslint-plugin-json',
44-
'eslint-plugin-sonarjs'
44+
'eslint-plugin-json'
45+
// 'eslint-plugin-sonarjs'
4546
],
4647
/**
4748
* @property rules - Tree custom rule and additional linter configuration.

0 commit comments

Comments
 (0)