We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb88f7c commit ab84d92Copy full SHA for ab84d92
1 file changed
lint-staged.config.js
@@ -1,6 +1,10 @@
1
/* Copyright (c) 2021-2023 Nordcloud Oy or its affiliates. All Rights Reserved. */
2
3
module.exports = {
4
- "{src,.storybook}/**/*.{ts,tsx,js}": ["prettier --write", "eslint --fix", "stylelint"],
+ "{src,.storybook}/**/*.{ts,tsx,js}": [
5
+ "prettier --write",
6
+ "eslint --fix",
7
+ "stylelint",
8
+ ],
9
"*.{json,json5,jsonc,md,mdx,yaml,yml,css,html}": ["prettier --write"],
10
};
0 commit comments