Skip to content

Commit 00f5b9a

Browse files
committed
move filespec to script
1 parent 2df7649 commit 00f5b9a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import pluginReact from "eslint-plugin-react";
66

77
/** @type {import('eslint').Linter.Config[]} */
88
export default [
9-
{ files: ["src/**/*.{js,mjs,cjs,ts,jsx,tsx}"] },
109
{
1110
languageOptions: { globals: globals.browser },
1211
settings: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"vm-browserify": "^1.1.2"
4949
},
5050
"scripts": {
51-
"eslint": "eslint --fix",
51+
"lint": "eslint -c eslint.config.js src/app/store.ts",
5252
"start": "vite",
5353
"build": "vite build"
5454
},

0 commit comments

Comments
 (0)