Skip to content

Commit 95e1df3

Browse files
committed
All Canonical config has been merged into a single config.
1 parent 7b1dd91 commit 95e1df3

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
"deep-sort-object": "^1.0.1",
2828
"eslint": "^2.8.0",
2929
"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",
3330
"get-stdin": "^5.0.1",
3431
"globby": "^4.0.0",
3532
"lodash": "^4.11.1",
@@ -73,4 +70,4 @@
7370
"test": "pragmatist --type-assertions test"
7471
},
7572
"version": "3.1.10"
76-
}
73+
}

src/syntaxes/js/eslintrc.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"root": true,
33
"extends": [
4-
"canonical",
5-
"canonical-react",
6-
"canonical-jsdoc",
7-
"canonical-lodash"
4+
"canonical"
85
]
96
}

0 commit comments

Comments
 (0)