Skip to content

Commit ae676f0

Browse files
committed
build: exclude dist from formatting and linting
1 parent ac0ded2 commit ae676f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"build": "tsup && tsc",
1818
"prettier": "prettier --write '**/*.{css,html,js,json,md,yaml,yml}'",
19-
"lint": "eslint .",
19+
"lint": "eslint src",
2020
"prepare": "husky install",
2121
"precommit": "lint-staged",
2222
"prepublishOnly": "npm run build"

0 commit comments

Comments
 (0)