Skip to content

Commit 61221f9

Browse files
committed
chore(lint-staged): sort targets [ci skip]
1 parent 1ec766e commit 61221f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lint-staged.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
2-
'./*.js': 'eslint --cache --fix',
3-
'./*.{js,json,md,yml,yaml}': 'prettier --write',
42
'./.changeset/**/*.{json,md}': 'prettier --write',
53
'./.github/**/*.{yml,yaml}': 'prettier --write',
4+
'./*.js': 'eslint --cache --fix',
5+
'./*.{js,json,md,yml,yaml}': 'prettier --write',
66
};

0 commit comments

Comments
 (0)