Skip to content

Commit 9981347

Browse files
committed
chore: fix paths for linting scripts
1 parent af9c418 commit 9981347

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
@@ -6,8 +6,8 @@
66
"types": "./build/index.d.ts",
77
"module": "./build/index.js",
88
"scripts": {
9-
"lint": "eslint ./src/**/*.{ts,tsx} ./src/*.{ts,tsx}",
10-
"format": "yarn prettier src/*.{ts,tsx} src/**/*.{ts,tsx} --write",
9+
"lint": "eslint ./src/**/*.{ts,tsx}",
10+
"format": "yarn prettier src/**/*.{ts,tsx} --write",
1111
"test": "jest",
1212
"test:coverage": "jest --coverage",
1313
"build": "tsc --project tsconfig.publish.json && ts-add-module-exports",

0 commit comments

Comments
 (0)