Skip to content

Commit a903d71

Browse files
committed
simple commit
1 parent 105785c commit a903d71

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.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

eslintrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ module.exports = {
3030
'import/prefer-default-export': 0,
3131
'import/no-extraneous-dependencies': 0,
3232
'func-names': 0,
33-
camelcase: 1,
34-
quotes: 0,
33+
"camelcase": 1,
34+
"quotes": 0,
3535
'comma-dangle': 0,
3636
'no-useless-escape': 0,
3737
'no-unused-vars': 0,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"defaultT": "npm run build && cross-env PARSE=plainTemplate node ./dist/bundle",
1616
"test:react": "npm run checkFolders && jest ./src/parserMDReact/tests",
1717
"lint:fix": "eslint -c ./eslintrc.js ./src --fix --ignore-pattern \"./package.json\" ",
18-
"lint": "eslint -c ./eslintrc.js ./src --ignore-pattern \"./package.json\" ",
18+
"lint": "eslint -c --quiet ./eslintrc.js ./src --ignore-pattern \"./package.json\" ",
1919
"build:small": "npm run checkFolders && node ./src/index.js",
2020
"checkFolders": "node ./checkFolders",
2121
"test": "npm run checkFolders && jest ./src/tests",

0 commit comments

Comments
 (0)