Skip to content

Commit f278ea7

Browse files
committed
buidl: added eslint, husky and lint-staged
1 parent 05b2a59 commit f278ea7

File tree

5 files changed

+7376
-472
lines changed

5 files changed

+7376
-472
lines changed

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npm run precommit

.prettierignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# More information: https://prettier.io/docs/en/ignore.html
33
#
44

5+
.sf
56
.sfdx
67
.localdevserver
7-
**/jsconfig.json
8+
**/jsconfig.json
9+
.vscode

0 commit comments

Comments
 (0)