Skip to content

Commit 1a225d8

Browse files
Fix patters for Windows
1 parent 7703946 commit 1a225d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"src"
2424
],
2525
"scripts": {
26-
"eslint": "eslint '**/*.js'",
26+
"eslint": "eslint **/*.js",
2727
"format": "npm run eslint -- --fix && npm run prettier -- --write",
2828
"lint": "npm run eslint && npm run prettier -- --check",
29-
"prettier": "prettier --ignore-path .gitignore '**/*.{js,json,md,yml}'",
29+
"prettier": "prettier --ignore-path .gitignore **/*.{js,json,md,yml}",
3030
"test": "npm run lint && node --test"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)