|
38 | 38 | "@babel/cli": "^7.11.6", |
39 | 39 | "@babel/core": "^7.11.6", |
40 | 40 | "@babel/eslint-parser": "^7.25.9", |
| 41 | + "@babel/eslint-plugin": "^7.25.9", |
41 | 42 | "@babel/plugin-proposal-class-properties": "^7.10.4", |
42 | 43 | "@babel/preset-env": "^7.11.5", |
43 | 44 | "@babel/preset-typescript": "^7.10.4", |
44 | 45 | "@casualbot/jest-sonar-reporter": "^2.2.7", |
| 46 | + "@stylistic/eslint-plugin": "^2.10.1", |
45 | 47 | "@testing-library/dom": "^8.0.0", |
46 | 48 | "@types/jest": "^29.5.12", |
47 | 49 | "@types/node": "^18.16.0", |
| 50 | + "@typescript-eslint/eslint-plugin": "^8.0.0", |
| 51 | + "@typescript-eslint/parser": "^8.0.0", |
48 | 52 | "browserify": "^17.0.0", |
49 | | - "eslint": "^7.8.1", |
50 | | - "eslint-config-matrix-org": "^0.1.2", |
| 53 | + "eslint": "^8.0.0", |
| 54 | + "eslint-config-google": "^0.14.0", |
| 55 | + "eslint-config-prettier": "^9.0.0", |
51 | 56 | "eslint-plugin-babel": "^5.3.1", |
| 57 | + "eslint-plugin-import": "^2.31.0", |
| 58 | + "eslint-plugin-matrix-org": "^2.0.0", |
| 59 | + "eslint-plugin-unicorn": "^56.0.0", |
52 | 60 | "jest": "^29.5.0", |
53 | 61 | "jest-environment-jsdom": "^29.5.0", |
54 | 62 | "rimraf": "^3.0.2", |
|
0 commit comments