Skip to content

Commit ab84d92

Browse files
committed
fix lint
1 parent bb88f7c commit ab84d92

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

lint-staged.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
/* Copyright (c) 2021-2023 Nordcloud Oy or its affiliates. All Rights Reserved. */
22

33
module.exports = {
4-
"{src,.storybook}/**/*.{ts,tsx,js}": ["prettier --write", "eslint --fix", "stylelint"],
4+
"{src,.storybook}/**/*.{ts,tsx,js}": [
5+
"prettier --write",
6+
"eslint --fix",
7+
"stylelint",
8+
],
59
"*.{json,json5,jsonc,md,mdx,yaml,yml,css,html}": ["prettier --write"],
610
};

0 commit comments

Comments
 (0)