Skip to content

Commit 2e25eea

Browse files
committed
Drop unrelated lint/format scope drive-by from the branch
1 parent 3d6f638 commit 2e25eea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"test:coverage": "jest --coverage -c jest.config.ts",
1717
"test:coverage:check": "jest --coverage --ci --config jest.config.ts",
1818
"lint": "npm run lint:eslint && npm run lint:prettier",
19-
"lint:fix": "eslint --fix --ext .ts --ignore-path .gitignore ./src ./test/unit ./test/integration ./test/functional",
20-
"lint:eslint": "eslint --ignore-path .gitignore ./src ./test/unit ./test/integration ./test/functional",
19+
"lint:fix": "eslint --fix --ext .ts ./src --ignore-path .gitignore .",
20+
"lint:eslint": "eslint --ignore-path .gitignore .",
2121
"lint:prettier": "prettier --check '**/*.(yml|json|md)'",
22-
"format": "prettier --write './src/**/*.{js,ts,md,json,yml,md}' './test/{unit,integration,functional}/**/*.{js,ts,json}' --config ./.prettierrc",
22+
"format": "prettier --write './**/*.{js,ts,md,json,yml,md}' --config ./.prettierrc",
2323
"typecheck": "tsc --noEmit",
2424
"prepare": "husky"
2525
},

0 commit comments

Comments
 (0)