|
11 | 11 | ],
|
12 | 12 | "scripts": {
|
13 | 13 | "build": "run-p build:*",
|
14 |
| - "build:r": "r -f esm,es2015", |
| 14 | + "build:r": "r -f es2015", |
15 | 15 | "build:ts": "tsc -b",
|
16 | 16 | "clean": "rimraf packages/*/{lib,*.tsbuildinfo} node_modules/@1stg/eslint-config/node_modules",
|
17 | 17 | "lint": "run-p lint:*",
|
|
30 | 30 | "@types/eslint-plugin-markdown": "^2.0.0",
|
31 | 31 | "@types/jest": "^27.0.2",
|
32 | 32 | "@types/node": "^16.10.9",
|
33 |
| - "@types/react": "^17.0.29", |
| 33 | + "@types/react": "^17.0.30", |
34 | 34 | "@types/unist": "^2.0.6",
|
35 | 35 | "lerna": "^4.0.0",
|
36 | 36 | "npm-run-all": "^4.1.5",
|
|
44 | 44 | "yarn-deduplicate": "^3.1.0"
|
45 | 45 | },
|
46 | 46 | "resolutions": {
|
| 47 | + "@typescript-eslint/eslint-plugin": "^5.0.0", |
| 48 | + "@typescript-eslint/eslint-plugin-tslint": "^5.0.0", |
| 49 | + "@typescript-eslint/experimental-utils": "^5.0.0", |
| 50 | + "@typescript-eslint/parser": "^5.0.0", |
| 51 | + "eslint": "^8.0.1", |
| 52 | + "eslint-plugin-unicorn": "^37.0.0", |
47 | 53 | "prettier": "^2.4.1"
|
48 | 54 | },
|
49 | 55 | "commitlint": {
|
|
63 | 69 | "eslint/lib/linter/linter"
|
64 | 70 | ],
|
65 | 71 | "moduleNameMapper": {
|
| 72 | + "^eslint/use-at-your-own-risk$": "<rootDir>/node_modules/eslint/lib/unsupported-api.js", |
66 | 73 | "^eslint-mdx$": "<rootDir>/packages/eslint-mdx/src",
|
67 | 74 | "^eslint-plugin-mdx$": "<rootDir>/packages/eslint-plugin-mdx/src"
|
68 | 75 | },
|
|
0 commit comments