Skip to content

Commit ad0278f

Browse files
committed
chore(examples): update remix lint script
1 parent 05b52df commit ad0278f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/remix-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "remix vite:build",
88
"dev": "remix vite:dev",
9-
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
9+
"lint": "eslint --ignore-pattern .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
1010
"start": "remix-serve ./build/server/index.js",
1111
"typecheck": "tsc"
1212
},

0 commit comments

Comments
 (0)