|
39 | 39 | "dev:generate": "nuxt generate -c ./test/fixture/default/nuxt.config --force-build", |
40 | 40 | "analyze": "node ./node_modules/nuxt/bin/nuxt.js build --analyze -c ./test/fixture/default/nuxt.config", |
41 | 41 | "size": "yarn build && cd size-check && yarn build && cd .. && yarn size-limit", |
42 | | - "lint": "eslint --ext .vue,.js,.ts .", |
43 | | - "lint:fix": "eslint --ext .vue,.js,.ts . --fix", |
44 | | - "lint:fixture": "eslint --ext .vue,.js --no-ignore 'test/fixture/*/.nuxt/sentry.*'", |
| 42 | + "lint": "eslint .", |
| 43 | + "lint:fix": "eslint . --fix", |
| 44 | + "lint:fixture": "eslint --no-ignore 'test/fixture/*/.nuxt/sentry.*'", |
45 | 45 | "release": "release-it", |
46 | 46 | "test": "yarn prepack && vitest run --poolOptions.threads.singleThread && yarn lint:fixture && yarn typecheck", |
47 | 47 | "test:watch": "vitest", |
48 | | - "typecheck": "yarn dev:prepare && tsc && tsc -p ./test/tsconfig.json", |
49 | | - "coverage": "codecov" |
| 48 | + "typecheck": "yarn dev:prepare && tsc && tsc -p ./test/tsconfig.json" |
50 | 49 | }, |
51 | 50 | "lint-staged": { |
52 | 51 | "*.{js,ts,vue}": [ |
|
77 | 76 | "@nuxt/module-builder": "0.8.3", |
78 | 77 | "@nuxt/types": "2.18.1", |
79 | 78 | "@nuxt/typescript-build": "^3.0.2", |
80 | | - "@nuxtjs/eslint-config-typescript": "12.1.0", |
81 | 79 | "@nuxtjs/module-test-utils": "1.6.3", |
82 | 80 | "@release-it/conventional-changelog": "8.0.1", |
83 | 81 | "@sentry/profiling-node": "7.119.0", |
|
87 | 85 | "@types/lodash.mergewith": "4.6.9", |
88 | 86 | "@types/node": "20.16.3", |
89 | 87 | "@types/request-promise-native": "1.0.21", |
90 | | - "codecov": "3.8.3", |
91 | | - "eslint": "8.57.0", |
| 88 | + "eslint": "^9.12.0", |
| 89 | + "eslint-config-rchl-base": "^2.0.3", |
| 90 | + "eslint-config-rchl-typescript": "^3.0.2", |
| 91 | + "eslint-config-rchl-vue": "^3.0.0", |
92 | 92 | "hookable": "5.5.3", |
93 | 93 | "husky": "4.3.8", |
94 | 94 | "lint-staged": "15.2.10", |
|
0 commit comments