|
2 | 2 | "name": "eslint-config-txo-typescript-react", |
3 | 3 | "version": "1.2.0", |
4 | 4 | "description": "Technology Studio - Eslint typescript react config", |
5 | | - "main": "src/index.js", |
| 5 | + "main": "lib/index.js", |
6 | 6 | "repository": { |
7 | 7 | "type": "git", |
8 | 8 | "url": "https://github.com/technology-studio/eslint-config-txo-typescript-react.git" |
|
18 | 18 | "lint": "eslint --format=node_modules/eslint-formatter-pretty --ext .jsx,.js,.ts,.tsx .", |
19 | 19 | "fixcode": "eslint --format=node_modules/eslint-formatter-pretty --ext .jsx,.js,.ts,.tsx . --fix", |
20 | 20 | "git-hook": "yarn -s lint-staged", |
21 | | - "test": "yarn lint", |
22 | | - "prepare": "husky install", |
23 | | - "sanity": "yarn lint && tsc --noEmit && yarn outdated && echo 'success'", |
| 21 | + "test": "yarn compile && yarn lint", |
| 22 | + "compile": "tsc", |
| 23 | + "prepare": "husky install && yarn compile", |
| 24 | + "sanity": "yarn test && yarn outdated && echo 'success'", |
24 | 25 | "semantic-release": "semantic-release" |
25 | 26 | }, |
26 | 27 | "dependencies": { |
27 | | - "eslint-config-txo-typescript": "^3.2.55" |
| 28 | + "eslint-config-txo-typescript": "^3.2.60" |
28 | 29 | }, |
29 | 30 | "peerDependencies": { |
30 | 31 | "eslint-plugin-jsx-a11y": "^6.7.1", |
|
38 | 39 | "@semantic-release/changelog": "^6.0.3", |
39 | 40 | "@semantic-release/git": "^10.0.1", |
40 | 41 | "@types/react": "^18.2.15", |
41 | | - "@typescript-eslint/eslint-plugin": "^5.62.0", |
42 | | - "@typescript-eslint/parser": "^5.62.0", |
| 42 | + "@typescript-eslint/eslint-plugin": "^6.1.0", |
| 43 | + "@typescript-eslint/parser": "^6.1.0", |
43 | 44 | "commitizen": "^4.3.0", |
44 | | - "eslint": "^8.44.0", |
| 45 | + "eslint": "^8.45.0", |
45 | 46 | "eslint-formatter-pretty": "^5.0.0", |
46 | 47 | "eslint-plugin-eslint-comments": "^3.2.0", |
47 | 48 | "eslint-plugin-import": "^2.27.5", |
48 | | - "eslint-plugin-jest": "^27.2.2", |
| 49 | + "eslint-plugin-jest": "^27.2.3", |
49 | 50 | "eslint-plugin-jsx-a11y": "^6.7.1", |
50 | 51 | "eslint-plugin-n": "^16.0.1", |
51 | 52 | "eslint-plugin-promise": "^6.1.1", |
|
0 commit comments