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.
lint:fix
1 parent a038956 commit fa99343Copy full SHA for fa99343
codemods/package.json
@@ -3,6 +3,7 @@
3
"version": "0.1.0",
4
"scripts": {
5
"lint": "eslint --flag unstable_ts_config",
6
+ "lint:fix": "eslint --fix --flag unstable_ts_config",
7
"test": "vitest --run",
8
"test:watch": "vitest --watch",
9
"test:coverage": "vitest --coverage"
0 commit comments