|
54 | 54 | "test/*_test.ts" |
55 | 55 | ] |
56 | 56 | }, |
57 | | - "eslintConfig": { |
58 | | - "extends": [ |
59 | | - "developit", |
60 | | - "plugin:@typescript-eslint/eslint-recommended", |
61 | | - "plugin:@typescript-eslint/recommended" |
62 | | - ], |
63 | | - "parser": "@typescript-eslint/parser", |
64 | | - "parserOptions": { |
65 | | - "sourceType": "module" |
66 | | - }, |
67 | | - "env": { |
68 | | - "browser": true, |
69 | | - "mocha": true, |
70 | | - "jest": false, |
71 | | - "es6": true |
| 57 | + "prettier": { |
| 58 | + "singleQuote": true, |
| 59 | + "trailingComma": "none" |
72 | 60 | }, |
73 | | - "globals": { |
74 | | - "expect": true |
75 | | - }, |
76 | | - "rules": { |
77 | | - "semi": [ |
78 | | - 2, |
79 | | - "always" |
80 | | - ], |
81 | | - "jest/valid-expect": 0, |
82 | | - "@typescript-eslint/no-explicit-any": 0, |
83 | | - "@typescript-eslint/explicit-function-return-type": 0, |
84 | | - "@typescript-eslint/explicit-module-boundary-types": 0, |
85 | | - "@typescript-eslint/no-empty-function": 0, |
86 | | - "@typescript-eslint/no-non-null-assertion": 0 |
87 | | - } |
88 | | - }, |
89 | | - "eslintIgnore": [ |
90 | | - "dist", |
91 | | - "index.d.ts" |
92 | | - ], |
93 | 61 | "devDependencies": { |
94 | 62 | "@types/chai": "^4.2.11", |
95 | 63 | "@types/mocha": "^7.0.2", |
96 | 64 | "@types/sinon": "^9.0.4", |
97 | 65 | "@types/sinon-chai": "^3.2.4", |
98 | | - "@typescript-eslint/eslint-plugin": "^3.0.1", |
99 | | - "@typescript-eslint/parser": "^3.0.1", |
| 66 | + "@typescript-eslint/eslint-plugin": "^5.61.0", |
| 67 | + "@typescript-eslint/parser": "^5.61.0", |
100 | 68 | "chai": "^4.2.0", |
101 | 69 | "documentation": "^14.0.2", |
102 | | - "eslint": "^7.1.0", |
| 70 | + "eslint": "^7.32.0", |
103 | 71 | "eslint-config-developit": "^1.2.0", |
| 72 | + "eslint-plugin-compat": "^4.1.4", |
104 | 73 | "esm": "^3.2.25", |
105 | 74 | "microbundle": "^0.12.3", |
106 | 75 | "mocha": "^8.0.1", |
107 | 76 | "npm-run-all": "^4.1.5", |
| 77 | + "prettier": "^2.8.8", |
108 | 78 | "rimraf": "^3.0.2", |
109 | 79 | "sinon": "^9.0.2", |
110 | 80 | "sinon-chai": "^3.5.0", |
|
0 commit comments