|
31 | 31 | ], |
32 | 32 | "scripts": { |
33 | 33 | "build": "rollup -c --configPlugin rollup-plugin-typescript2", |
34 | | - "lint": "eslint \"**/*.{ts,tsx}\" --cache --max-warnings 0", |
| 34 | + "lint": "eslint --cache", |
35 | 35 | "prepack": "yarn build", |
36 | 36 | "prepare-pr": "yarn prettier . --write && yarn lint && yarn build && yarn test", |
37 | 37 | "prettier-check": "prettier --check .", |
|
46 | 46 | "uuid": "^9.0.1" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
| 49 | + "@neolution-ch/eslint-config-neolution": "^2.1.0", |
49 | 50 | "@release-it/keep-a-changelog": "^4.0.0", |
50 | 51 | "@rollup/plugin-commonjs": "^24.1.0", |
51 | 52 | "@rollup/plugin-node-resolve": "^15.0.2", |
|
54 | 55 | "@types/node": "^18.16.3", |
55 | 56 | "@types/rollup-plugin-peer-deps-external": "^2.2.5", |
56 | 57 | "@types/uuid": "^9.0.7", |
57 | | - "@typescript-eslint/eslint-plugin": "^5.59.2", |
58 | | - "@typescript-eslint/parser": "^5.59.2", |
59 | 58 | "concurrently": "^8.0.1", |
60 | | - "eslint": "^8.45.0", |
61 | | - "eslint-config-prettier": "^8.8.0", |
62 | | - "eslint-import-resolver-typescript": "^3.5.5", |
63 | | - "eslint-plugin-import": "^2.27.5", |
64 | | - "eslint-plugin-jest": "^27.2.3", |
65 | | - "eslint-plugin-jsdoc": "^46.4.4", |
| 59 | + "eslint": "^9.24.0", |
66 | 60 | "jest": "^29.6.1", |
67 | 61 | "jest-localstorage-mock": "^2.4.26", |
| 62 | + "jiti": "^2.4.2", |
68 | 63 | "nodemon": "^2.0.22", |
69 | | - "prettier": "^2.8.8", |
| 64 | + "prettier": "^3.5.3", |
70 | 65 | "release-it": "^16.1.2", |
71 | 66 | "rollup": "^3.21.4", |
72 | 67 | "rollup-plugin-peer-deps-external": "^2.2.4", |
|
0 commit comments