Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit 55e3447

Browse files
authored
Merge pull request #7 from unbrace/fix/eslint-plugin-import+upgrades
✨ ⬆️ Update eslint & plugins + removal import/first
2 parents 812fc37 + 734ea6c commit 55e3447

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-unbrace",
3-
"version": "1.0.6",
3+
"version": "1.1.0",
44
"description": "Unbrace's shareable EsLint configuration",
55
"main": "index.js",
66
"repository": {
@@ -19,21 +19,21 @@
1919
"author": "Erwin Govaerts <[email protected]>",
2020
"license": "MIT",
2121
"devDependencies": {
22-
"@typescript-eslint/eslint-plugin": "^2.15.0",
23-
"@typescript-eslint/parser": "^2.15.0",
22+
"@typescript-eslint/eslint-plugin": "^4.1.1",
23+
"@typescript-eslint/parser": "^4.1.1",
2424
"babel-eslint": "^10.0.3",
2525
"eslint-config-prettier": "^6.9.0",
2626
"eslint-plugin-babel": "^5.3.0",
2727
"eslint-plugin-filenames": "^1.3.2",
2828
"eslint-plugin-flowtype": "^4.5.3",
29-
"eslint-plugin-import": "2.19.1",
29+
"eslint-plugin-import": "^2.22.0",
3030
"eslint-plugin-lodash": "^6.0.0",
3131
"eslint-plugin-promise": "^4.2.1",
3232
"eslint-plugin-react": "^7.17.0",
33-
"eslint-plugin-react-hooks": "^1.7.0",
34-
"typescript": "^3.7.4"
33+
"eslint-plugin-react-hooks": "^4.1.2",
34+
"typescript": "^4.0.3"
3535
},
3636
"peerDependencies": {
37-
"eslint": "^6.8.0"
37+
"eslint": "^7.8.1"
3838
}
3939
}

packages/core.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@
103103
"json": "always"
104104
}
105105
],
106-
"import/first": [
107-
2,
108-
{
109-
"absolute-first": true
110-
}
111-
],
112106
"import/max-dependencies": [
113107
1,
114108
{

0 commit comments

Comments
 (0)