Skip to content

Commit d654fc0

Browse files
committed
fix eslint config?
1 parent 61b3df6 commit d654fc0

File tree

4 files changed

+852
-687
lines changed

4 files changed

+852
-687
lines changed

.eslintrc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
2-
"extends": ["peerigon/presets/prettier-typescript.js"],
2+
"extends": [
3+
"peerigon",
4+
"peerigon/typescript",
5+
"peerigon/styles/prefer-arrow",
6+
"prettier"
7+
],
38
"env": {
49
"node": true
510
},

.husky/pre-commit

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

4-
npx lint-staged
4+
# npx lint-staged

0 commit comments

Comments
 (0)