Skip to content

Commit 3268965

Browse files
author
Alex Plischke
committed
build: use correct eslint path
1 parent cdc93f4 commit 3268965

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
@@ -10,7 +10,7 @@
1010
"install-playwright": "playwright install",
1111
"test": "npm run install-playwright && npm run build && jest",
1212
"build": "tsc",
13-
"lint": "prettier --check '**/*.{js,ts,mjs,cjs}' && eslint",
13+
"lint": "prettier --check '**/*.{js,ts,mjs,cjs}' && eslint .",
1414
"fmt": "prettier --write '**/*.{js,ts,mjs,cjs}'",
1515
"release": "npm run build && release-it --github.release",
1616
"release:ci": "npm run release -- --ci --no-git.requireCleanWorkingDir",

0 commit comments

Comments
 (0)