chore(deps): bump eslint to v9
This commit is contained in:
parent
588b828879
commit
0688aed679
9 changed files with 372 additions and 357 deletions
14
package.json
14
package.json
|
@ -47,9 +47,8 @@
|
|||
"clean": "run-p clean:files clean:link",
|
||||
"clean:files": "rimraf dist",
|
||||
"clean:link": "node ./tools/link-package.js --clean",
|
||||
"lint": "pnpm eslint",
|
||||
"lint:fix": "pnpm eslint --fix",
|
||||
"eslint": "eslint --ext .ts,.js,.cjs,.mjs .",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"format": "pnpm prettier --write",
|
||||
"format:check": "pnpm prettier --check",
|
||||
"prettier": "prettier './**/*.(ts|js|cjs|mjs|json|scss|yml|yaml)'",
|
||||
|
@ -65,30 +64,31 @@
|
|||
"devDependencies": {
|
||||
"@commitlint/cli": "19.7.1",
|
||||
"@commitlint/config-conventional": "19.7.1",
|
||||
"@eslint/js": "9.20.0",
|
||||
"@foundryvtt/foundryvtt-cli": "0.0.9",
|
||||
"@guanghechen/rollup-plugin-copy": "6.0.4",
|
||||
"rollup-plugin-styler": "2.0.0",
|
||||
"@swc/core": "1.10.16",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/jquery": "3.5.32",
|
||||
"@types/node": "18.19.76",
|
||||
"@typescript-eslint/eslint-plugin": "7.18.0",
|
||||
"@typescript-eslint/parser": "7.18.0",
|
||||
"conventional-changelog-cli": "5.0.0",
|
||||
"conventional-changelog-conventionalcommits": "8.0.0",
|
||||
"eslint": "8.57.1",
|
||||
"eslint": "9.20.1",
|
||||
"eslint-config-prettier": "10.0.1",
|
||||
"fs-extra": "11.3.0",
|
||||
"globals": "15.15.0",
|
||||
"handlebars": "4.7.8",
|
||||
"npm-run-all": "4.1.5",
|
||||
"prettier": "3.5.1",
|
||||
"rimraf": "6.0.1",
|
||||
"rollup": "4.34.7",
|
||||
"rollup-plugin-styler": "2.0.0",
|
||||
"rollup-plugin-swc3": "0.12.1",
|
||||
"sass": "1.85.0",
|
||||
"semver": "7.7.1",
|
||||
"tslib": "2.8.1",
|
||||
"typescript": "5.7.3",
|
||||
"typescript-eslint": "8.24.0",
|
||||
"vite": "6.1.0",
|
||||
"vitest": "3.0.5",
|
||||
"yargs": "17.7.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue