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
1 parent 05b52df commit ad0278fCopy full SHA for ad0278f
examples/remix-ts/package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"build": "remix vite:build",
8
"dev": "remix vite:dev",
9
- "lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
+ "lint": "eslint --ignore-pattern .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
10
"start": "remix-serve ./build/server/index.js",
11
"typecheck": "tsc"
12
},
0 commit comments