Skip to content

Commit

Permalink
chore: simplify TS config
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Mar 13, 2024
1 parent 3a3c05e commit c2706d4
Show file tree
Hide file tree
Showing 6 changed files with 215 additions and 221 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default await antfu(
vue: {
vueVersion: 2,
},
ignores: ['examples/**/*.vue', 'tsconfig.json'],
ignores: ['examples/**/*.vue'],
},
{
rules: {
Expand Down
4 changes: 2 additions & 2 deletions examples/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.0",
"@antfu/eslint-config": "^2.8.1",
"eslint": "^8.57.0",
"kirbyup": "^3.1.4"
"kirbyup": "^3.1.5"
}
}
6 changes: 3 additions & 3 deletions examples/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.0",
"@antfu/eslint-config": "^2.8.1",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-plugin-tailwindcss": "^3.15.0",
"kirbyup": "^3.1.4",
"eslint-plugin-tailwindcss": "^3.15.1",
"kirbyup": "^3.1.5",
"tailwindcss": "^3.4.1"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,17 @@
"vue": "^2.7.16"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.0",
"@antfu/eslint-config": "^2.8.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.25",
"@types/node": "^20.11.26",
"@types/prompts": "^2.4.9",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"nypm": "^0.3.8",
"simple-git-hooks": "^2.10.0",
"typescript": "~5.3.3",
"typescript": "~5.4.2",
"unbuild": "^3.0.0-rc.1",
"vitest": "^1.3.1"
},
Expand Down

0 comments on commit c2706d4

Please sign in to comment.