Skip to content

Commit ffc6070

Browse files
committed
build: Update eslint configuration to include more file extensions
1 parent 85153d4 commit ffc6070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"format:verbose": "prettier --write --cache .",
1515
"format": "prettier --write --cache . > /dev/null",
1616
"lint:check": "eslint .",
17-
"lint": "eslint --fix --cache .",
17+
"lint": "eslint --fix --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
1818
"migrate:make": "tsx ./node_modules/knex/bin/cli.js migrate:make --knexfile=./src/db/knexfile.ts",
1919
"migrate:latest:prod": "knex migrate:latest --knexfile=./dist/src/db/knexfile.js",
2020
"migrate:latest": "tsx ./node_modules/knex/bin/cli.js migrate:latest --knexfile=./src/db/knexfile.ts",

0 commit comments

Comments
 (0)