Skip to content

Commit

Permalink
build: 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haiweilian committed Nov 25, 2024
1 parent f3c8b82 commit a401ba9
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 124 deletions.
10 changes: 10 additions & 0 deletions .changeset/witty-bugs-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@bfehub/eslint-config-typescript': minor
'@bfehub/eslint-config-react': minor
'@bfehub/eslint-config-vue': minor
'@bfehub/create-lint': minor
'@bfehub/eslint-config-basic': minor
'@bfehub/stylelint-config-basic': minor
---

updated dependencies
1 change: 1 addition & 0 deletions packages/eslint-config-react/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default [
},
{
rules: {
'react/prop-types': 'off',
'react/react-in-jsx-scope': 'off',
},
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@bfehub/eslint-config-typescript": "workspace:*",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "5.1.0-rc-01172397-20240716"
"eslint-plugin-react-hooks": "^5.0.0"
},
"devDependencies": {
"eslint": "^9.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@bfehub/eslint-config-basic": "workspace:*",
"eslint-config-prettier": "^9.1.0",
"typescript-eslint": "8.0.0-alpha.44"
"typescript-eslint": "^8.15.0"
},
"devDependencies": {
"eslint": "^9.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@bfehub/eslint-config-typescript": "workspace:*",
"@typescript-eslint/parser": "8.0.0-alpha.44",
"@typescript-eslint/parser": "^8.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.28.0"
},
Expand Down
Loading

0 comments on commit a401ba9

Please sign in to comment.