|
13 | 13 | "postcss-plugin" |
14 | 14 | ], |
15 | 15 | "scripts": { |
16 | | - "test": "jest --coverage && eslint . bin/* && check-dts && size-limit", |
| 16 | + "test": "jest --coverage && eslint . bin/* && size-limit", |
17 | 17 | "unit": "jest" |
18 | 18 | }, |
19 | 19 | "main": "lib/autoprefixer.js", |
|
43 | 43 | "devDependencies": { |
44 | 44 | "@logux/eslint-config": "^46.1.1", |
45 | 45 | "@size-limit/preset-small-lib": "7.0.5", |
46 | | - "@types/jest": "^27.0.3", |
47 | | - "@typescript-eslint/eslint-plugin": "^5.8.1", |
48 | | - "@typescript-eslint/parser": "^5.8.1", |
49 | | - "check-dts": "^0.6.6", |
50 | 46 | "clean-publish": "^3.4.4", |
51 | 47 | "eslint": "^8.5.0", |
52 | 48 | "eslint-config-standard": "^16.0.3", |
|
56 | 52 | "eslint-plugin-promise": "^6.0.0", |
57 | 53 | "jest": "^27.4.5", |
58 | 54 | "postcss": "^8.4.5", |
59 | | - "prettier": "^2.5.1", |
60 | | - "size-limit": "^7.0.5", |
61 | | - "ts-jest": "^27.1.2", |
62 | | - "typescript": "^4.5.4" |
| 55 | + "size-limit": "^7.0.5" |
63 | 56 | }, |
64 | 57 | "prettier": { |
65 | 58 | "arrowParens": "avoid", |
|
75 | 68 | } |
76 | 69 | ], |
77 | 70 | "eslintConfig": { |
78 | | - "extends": "@logux/eslint-config/ts", |
| 71 | + "extends": "@logux/eslint-config", |
79 | 72 | "rules": { |
80 | | - "security/detect-non-literal-regexp": "off", |
81 | | - "security/detect-unsafe-regex": "off", |
82 | 73 | "node/no-missing-require": "off", |
83 | 74 | "no-unused-expressions": "off", |
84 | 75 | "no-unused-vars": "off", |
|
104 | 95 | ], |
105 | 96 | "globals": { |
106 | 97 | "beforeEach": "readonly", |
| 98 | + "afterEach": "readonly", |
107 | 99 | "afterAll": "readonly", |
108 | 100 | "describe": "readonly", |
109 | 101 | "expect": "readonly", |
| 102 | + "jest": "readonly", |
110 | 103 | "it": "readonly" |
111 | 104 | } |
112 | 105 | }, |
113 | 106 | "jest": { |
114 | | - "preset": "ts-jest", |
115 | 107 | "testEnvironment": "node", |
116 | | - "globals": { |
117 | | - "ts-jest": { |
118 | | - "isolatedModules": true |
119 | | - } |
120 | | - }, |
121 | 108 | "coverageThreshold": { |
122 | 109 | "global": { |
123 | 110 | "lines": 100 |
|
0 commit comments