Skip to content

Commit a941980

Browse files
ErioldDaniel Montoya
andauthored
fix(eslint): accept others version eslint (#357)
Co-authored-by: Daniel Montoya <[email protected]>
1 parent 2860ed2 commit a941980

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package-lock.json

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclass/eslint-config-react",
3-
"version": "2.1.0",
3+
"version": "2.0.0",
44
"description": "eslint shareable config for react",
55
"main": "index.js",
66
"scripts": {
@@ -42,7 +42,7 @@
4242
"@typescript-eslint/eslint-plugin": "6.7.4",
4343
"@typescript-eslint/parser": "6.7.4",
4444
"babel-eslint": "10.1.0",
45-
"eslint": "8.50.0",
45+
"eslint": "8.45.0",
4646
"eslint-plugin-flowtype": "8.0.3",
4747
"eslint-plugin-import": "2.28.1",
4848
"eslint-plugin-jsx-a11y": "6.7.1",
@@ -60,7 +60,7 @@
6060
"@typescript-eslint/eslint-plugin": "^2.28.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
6161
"@typescript-eslint/parser": "^2.28.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
6262
"babel-eslint": "^10.1.0",
63-
"eslint": ">=5",
63+
"eslint": ">=5 || >=6 || >=7 || >=8",
6464
"eslint-plugin-flowtype": "^4.7.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
6565
"eslint-plugin-import": "^2.20.2",
6666
"eslint-plugin-jsx-a11y": "^6.2.3",

0 commit comments

Comments
 (0)