Skip to content

Commit ab71cac

Browse files
author
Larry Botha
committed
chore(.lintstagedrc.js): ignore .eslintrc.js
1 parent 85c121b commit ab71cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintstagedrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
'*.{svelte,js,ts}': ['eslint', 'prettier --write'],
2+
'*!(.eslintrc).{svelte,js,ts}': ['eslint', 'prettier --write'],
33
};

0 commit comments

Comments
 (0)