We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b45284 commit 8f063e5Copy full SHA for 8f063e5
package.json
@@ -52,9 +52,7 @@
52
"redlint": "^3.1.2",
53
"supertape": "^10.0.0"
54
},
55
- "trustedDependencies": [
56
- "husky"
57
- ],
+ "trustedDependencies": ["husky"],
58
"engines": {
59
"node": ">=18"
60
packages/plugin-eslint/README.md
@@ -39,7 +39,7 @@ npm i @putout/plugin-eslint -D
39
- ✅ [remove-useless-slice](#remove-useless-slice);
40
- ✅ [remove-useless-properties](#remove-useless-properties);
41
- ✅ [remove-parser-options](#remove-parser-options);
42
-- ✅ [remove-sufix-config](#remove-sufix-config);
+- ✅ [remove-suffix-config](#remove-suffix-config);
43
- ✅ [remove-spread-from-create-eslint-config](#remove-spread-from-create-eslint-config);
44
45
## Config
0 commit comments