|
70 | 70 | "lint:text:fix": "textlint ./.github/ ./packages/** ./README.md ./UPGRADE.md --parallel --experimental --fix",
|
71 | 71 | "prettier": "prettier --config=.prettierrc.js --write '**/*.{js,jsx,cjs,tsx,ts,less,md,json}'",
|
72 | 72 | "sort-package-json": "sort-package-json ./packages/**/package.json ./package.json",
|
73 |
| - "test:all": "nx run-many --target=test:coverage --projects=browserslist-config-anolilab,package-json-utils,stylelint-config && pnpm test:stylelint && pnpm test:babel", |
| 73 | + "test:all": "nx run-many --target=test:coverage --projects=browserslist-config-anolilab,package-json-utils,stylelint-config,eslint-config && pnpm test:stylelint && pnpm test:babel", |
74 | 74 | "test:babel": "babel --config-file=./packages/babel-preset/dist/index.js ./packages/babel-preset/fixture/test.ts --out-file=./packages/babel-preset/fixture/test.js",
|
75 | 75 | "test:browserslist-config-anolilab": "pnpm --filter \"browserslist-config-anolilab\" run test",
|
76 | 76 | "test:coverage:browserslist-config-anolilab": "pnpm --filter \"browserslist-config-anolilab\" run test:coverage",
|
|
79 | 79 | "test:coverage:stylelint-config": "pnpm --filter \"stylelint-config\" run test:coverage",
|
80 | 80 | "test:lint-staged-config": "pnpm --filter \"lint-staged-config\" run test",
|
81 | 81 | "test:package-json-utils": "pnpm --filter \"package-json-utils\" run test",
|
| 82 | + "test:eslint-config": "pnpm --filter \"eslint-config\" run test", |
82 | 83 | "test:stylelint": "node scripts/isNotWindows || stylelint --formatter verbose --config packages/stylelint-config/index.js ./packages/stylelint-config/__tests__/css/**/*.css",
|
83 | 84 | "test:stylelint-config": "pnpm --filter \"stylelint-config\" run test"
|
84 | 85 | },
|
|
107 | 108 | "cz-conventional-changelog": "^3.3.0",
|
108 | 109 | "eslint": "^8.50.0",
|
109 | 110 | "eslint-plugin-etc": "^2.0.3",
|
110 |
| - "eslint-plugin-typescript-sort-keys": "^3.0.0", |
111 | 111 | "eslint-plugin-vitest": "^0.3.1",
|
| 112 | + "eslint-plugin-editorconfig": "^4.0.3", |
| 113 | + "eslint-plugin-vitest-globals": "^1.4.0", |
112 | 114 | "husky": "^8.0.3",
|
113 | 115 | "is-ci": "^3.0.1",
|
114 | 116 | "lint-staged": "^14.0.1",
|
|
136 | 138 | "eslint": {
|
137 | 139 | "config": "./.eslintrc.js"
|
138 | 140 | }
|
139 |
| - }, |
| 141 | + } |
| 142 | + }, |
| 143 | + "eslint-config": { |
140 | 144 | "plugin": {
|
141 |
| - "eslint-plugin-tsdoc": false |
| 145 | + "tsdoc": false |
142 | 146 | }
|
143 | 147 | }
|
144 | 148 | },
|
|
0 commit comments