Skip to content

Commit

Permalink
chore: make eslint work
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed May 13, 2024
1 parent a07e789 commit e45187d
Show file tree
Hide file tree
Showing 4 changed files with 4,894 additions and 3,834 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
public-hoist-pattern[]=*eslint-plugin-*
2 changes: 1 addition & 1 deletion next-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"eslint": "^8",
"eslint": "^8.38.0",
"eslint-config-next": "14.1.0"
}
}
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,13 @@
"is-ci": "^3.0.1",
"typescript": "^5.3.3",
"@types/node": "^20.11.13",
"eslint-config-universe": "^12.0.0",
"@tsconfig/recommended": "^1.0.3",
"eslint-config-universe": "^12.1.0",
"@tsconfig/recommended": "^1.0.6",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@types/mime": "^3.0.4",
"express": "^4.19.2",
"eslint": "^8.38.0",
"@types/express": "^4.17.21",
"axios": "^1.6.8",
"multer": "^1.4.5-lts.1",
Expand All @@ -119,7 +122,7 @@
"bracketSameLine": true
},
"eslintConfig": {
"extends": "eslint-config-universe",
"extends": "universe",
"ignorePatterns": [
"node_modules"
]
Expand Down
Loading

0 comments on commit e45187d

Please sign in to comment.