Skip to content

Commit

Permalink
chore: update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Jan 16, 2025
1 parent 7059f7c commit a6976ad
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 104 deletions.
2 changes: 1 addition & 1 deletion eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ import antfu from '@antfu/eslint-config'
import ii from '@importantimport/eslint-config'

export default antfu({ typescript: true })
.append(ii({ functional: false })) as Linter.Config
.append(ii({})) as Linter.Config
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"bump": "bumpp",
"docs:dev": "corepack pnpm -rF @xsai/docs dev",
"docs:generate-files": "corepack pnpm -rF @xsai/docs generate-files",
"lint": "eslint --flag unstable_ts_config .",
"lint:fix": "eslint --flag unstable_ts_config . --fix",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "corepack pnpm -r --workspace-concurrency=1 test"
},
"devDependencies": {
"@antfu/eslint-config": "^3.14.0",
"@importantimport/eslint-config": "1.0.0-alpha.2",
"@importantimport/eslint-config": "^1.0.0-alpha.3",
"@importantimport/tsconfig": "^0.1.1",
"@types/eslint": "^9.6.1",
"@types/node": "^22.10.7",
Expand Down
113 changes: 13 additions & 100 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6976ad

Please sign in to comment.