Skip to content

Commit 21021c7

Browse files
committed
Fix lint command
1 parent 23012b7 commit 21021c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rtk-codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@reduxjs/rtk-codemods",
33
"version": "0.1.0",
44
"scripts": {
5-
"lint": "eslint --cache .",
5+
"lint": "eslint .",
66
"test": "vitest",
77
"test:coverage": "vitest --coverage",
88
"update-docs": "codemod-cli update-docs"

0 commit comments

Comments
 (0)