We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83368e commit a864dd2Copy full SHA for a864dd2
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@mizdra/eslint-interactive",
3
"description": "The CLI tool to run `eslint --fix` for each rule",
4
- "version": "3.0.0",
+ "version": "4.0.0",
5
"repository": "https://github.com/mizdra/eslint-interactive.git",
6
"author": "mizdra <[email protected]>",
7
"license": "MIT",
@@ -48,8 +48,8 @@
48
"cli-table": "^0.3.11",
49
"enquirer": "^2.3.6",
50
"eslint-formatter-codeframe": "^7.32.1",
51
- "is-installed-globally": "^0.4.0",
52
"estraverse": "^5.3.0",
+ "is-installed-globally": "^0.4.0",
53
"node-pager": "^0.3.6",
54
"ora": "^5.1.0",
55
"source-map-support": "^0.5.20",
0 commit comments