Skip to content

Commit

Permalink
downgrade linter plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
droganov committed Apr 30, 2024
1 parent 26e62cb commit 02b2f0b
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 202 deletions.
Empty file added .eslintignore
Empty file.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"prettify": "npx prettier --write .",
"prettify": "npx prettier --wrinte .",
"start": "next start",
"lint": "next lint",
"l": "eslint 'src/**/*.{ts,tsx}'",
"lint:fix": "next lint --fix",
"test": "vitest src --coverage --run",
"test:watch": "vitest src --coverage",
Expand All @@ -35,7 +36,7 @@
"webpack": "^5.91.0"
},
"devDependencies": {
"@logux/eslint-config": "^53.0.1",
"@logux/eslint-config": "^51.0.0",
"@types/lodash": "^4.17.0",
"@types/mdx": "^2.0.13",
"@types/node": "20.12.7",
Expand All @@ -47,12 +48,12 @@
"autoprefixer": "^10.4.19",
"c8": "^9.1.0",
"dotenv": "^16.4.5",
"eslint": "9.1.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.4.0",
"eslint-plugin-perfectionist": "^2.10.0",
"eslint-plugin-perfectionist": "^1.4.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"happy-dom": "^14.7.1",
Expand Down
Loading

0 comments on commit 02b2f0b

Please sign in to comment.