Skip to content

Commit 505fab5

Browse files
committed
fix: linting
1 parent 4cbac65 commit 505fab5

File tree

2 files changed

+1172
-645
lines changed

2 files changed

+1172
-645
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"algolia-index-cleanup": "node bin/algolia-index-cleanup.js",
99
"start": "next start",
1010
"export": "next export",
11-
"lint": "next lint",
11+
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore",
1212
"type-check": "tsc",
1313
"format": "prettier \"**/*.+(ts|js|tsx|mdx|md)\"",
1414
"format.write": "yarn run format --write",
@@ -79,7 +79,7 @@
7979
"@types/react": "^18.2.0",
8080
"@types/react-dom": "^18.2.0",
8181
"autoprefixer": "^10.4.16",
82-
"eslint": "^7.31.0",
82+
"eslint": "^8.57.0",
8383
"openapi-to-md": "^1.0.25",
8484
"postcss": "^8.4.31",
8585
"prettier": "^2.3.2",

0 commit comments

Comments
 (0)