Skip to content

Commit 0fb70c0

Browse files
hiroppyevilebottnawi
authored andcommitted
chore(deps): update husky and lint-staged (#2124)
1 parent a8a7ff8 commit 0fb70c0

File tree

3 files changed

+178
-206
lines changed

3 files changed

+178
-206
lines changed

lint-staged.config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
'use strict';
22

33
module.exports = {
4-
ignore: ['package-lock.json', 'CHANGELOG.md'],
5-
linters: {
6-
'*.js': ['prettier --write', 'eslint --fix', 'git add'],
7-
'*.{json,md,yml,css}': ['prettier --write', 'git add'],
8-
},
4+
'*.js': ['prettier --write', 'eslint --fix', 'git add'],
5+
'*.{json,md,yml,css}': ['prettier --write', 'git add'],
96
};

0 commit comments

Comments
 (0)