We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1dd91 commit 95e1df3Copy full SHA for 95e1df3
package.json
@@ -27,9 +27,6 @@
27
"deep-sort-object": "^1.0.1",
28
"eslint": "^2.8.0",
29
"eslint-config-canonical": "^1.6.17",
30
- "eslint-config-canonical-jsdoc": "^1.2.22",
31
- "eslint-config-canonical-lodash": "^1.0.18",
32
- "eslint-config-canonical-react": "^1.2.16",
33
"get-stdin": "^5.0.1",
34
"globby": "^4.0.0",
35
"lodash": "^4.11.1",
@@ -73,4 +70,4 @@
73
70
"test": "pragmatist --type-assertions test"
74
71
},
75
72
"version": "3.1.10"
76
-}
+}
src/syntaxes/js/eslintrc.json
@@ -1,9 +1,6 @@
1
{
2
"root": true,
3
"extends": [
4
- "canonical",
5
- "canonical-react",
6
- "canonical-jsdoc",
7
- "canonical-lodash"
+ "canonical"
8
]
9
}
0 commit comments