Skip to content

Commit

Permalink
fix(eslint): accept others version eslint (#357)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Montoya <daniel.montoya@eclass.cl>
  • Loading branch information
Eriold and Daniel Montoya committed Oct 6, 2023
1 parent 2860ed2 commit a941980
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclass/eslint-config-react",
"version": "2.1.0",
"version": "2.0.0",
"description": "eslint shareable config for react",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"babel-eslint": "10.1.0",
"eslint": "8.50.0",
"eslint": "8.45.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
Expand All @@ -60,7 +60,7 @@
"@typescript-eslint/eslint-plugin": "^2.28.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"@typescript-eslint/parser": "^2.28.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": ">=5",
"eslint": ">=5 || >=6 || >=7 || >=8",
"eslint-plugin-flowtype": "^4.7.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
Expand Down

0 comments on commit a941980

Please sign in to comment.