|
1 | 1 | { |
2 | 2 | "name": "prefer-code-style", |
3 | | - "version": "0.4.6", |
| 3 | + "version": "0.5.0", |
4 | 4 | "description": "A collection of configuration files containing prettier, eslint, stylelint", |
5 | 5 | "keywords": [ |
6 | 6 | "code style", |
|
25 | 25 | "scripts": { |
26 | 26 | "prebuild": "rimraf ./lib/", |
27 | 27 | "build": "tsc --build tsconfig.json", |
28 | | - "prepublishOnly": "yarn build", |
29 | 28 | "deps": "yarn upgrade-interactive --latest", |
30 | 29 | "lint": "yarn lint:es", |
31 | 30 | "lint:es": "eslint --ignore-path \"./.eslintignore\" \"./**/*.{js,jsx,ts,tsx}\"", |
32 | | - "test:js": "yarn build && cd ./jsExample && yarn lint", |
| 31 | + "prepublishOnly": "yarn build", |
| 32 | + "test": "echo \"Error: no test specified\" && exit 1", |
33 | 33 | "test:demo": "yarn build && cd ./demo && yarn lint", |
34 | | - "test": "echo \"Error: no test specified\" && exit 1" |
| 34 | + "test:js": "yarn build && cd ./jsExample && yarn lint" |
35 | 35 | }, |
36 | 36 | "config": { |
37 | 37 | "commitizen": { |
|
46 | 46 | "eslint": "^8.1.0", |
47 | 47 | "eslint-config-prettier": "^8.3.0", |
48 | 48 | "eslint-plugin-import": "^2.25.2", |
49 | | - "eslint-plugin-jsx-a11y": "^6.4.1", |
50 | 49 | "eslint-plugin-prettier": "^4.0.0", |
51 | 50 | "eslint-plugin-react": "^7.26.1", |
52 | 51 | "eslint-plugin-react-hooks": "^4.2.1-alpha-9c8161ba8-20211028", |
|
55 | 54 | "stylelint": "^14.0.1", |
56 | 55 | "stylelint-config-prettier": "^9.0.3", |
57 | 56 | "stylelint-config-rational-order": "^0.1.2", |
58 | | - "stylelint-config-standard": "^23.0.0", |
| 57 | + "stylelint-config-standard": "^24.0.0", |
59 | 58 | "stylelint-order": "^5.0.0", |
60 | | - "stylelint-prettier": "^1.2.0", |
| 59 | + "stylelint-prettier": "^2.0.0", |
61 | 60 | "stylelint-scss": "^4.0.0" |
62 | 61 | }, |
63 | 62 | "devDependencies": { |
64 | 63 | "cz-conventional-changelog": "3.3.0", |
65 | 64 | "rimraf": "^3.0.2", |
66 | | - "typescript": "4.4.4" |
| 65 | + "typescript": "4.5.2" |
67 | 66 | } |
68 | 67 | } |
0 commit comments