Skip to content

Commit a8ce1b3

Browse files
hiroppyevilebottnawi
authored andcommitted
chore(deps): update lint-staged and @commitlint/cli (#441)
1 parent 98deaf4 commit a8ce1b3

File tree

4 files changed

+353
-316
lines changed

4 files changed

+353
-316
lines changed

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
coverage
2+
node_modules
3+
CHANGELOG.md

lint-staged.config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
module.exports = {
2-
ignore: ['package-lock.json'],
3-
linters: {
4-
'*.js': ['eslint --fix', 'git add'],
5-
},
2+
'*.js': ['prettier --write', 'eslint --fix', 'git add'],
3+
'*.{json,md,yml,css}': ['prettier --write', 'git add'],
64
};

0 commit comments

Comments
 (0)