Skip to content

Commit 7aaf4e5

Browse files
committed
test
Signed-off-by: sczembor <stanislaw.czembor@gmail.com>
1 parent 61ac85f commit 7aaf4e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import tseslint from "typescript-eslint";
44
import eslintConfigPrettier from "eslint-config-prettier";
55
export default tseslint.config(
66
...tseslint.configs.recommended,
7-
// ...tseslint.configs.strict,
7+
...tseslint.configs.strict,
88
{
99
rules: {
1010
"@typescript-eslint/no-extraneous-class": "off",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
},
3030
"lint-staged": {
3131
"*.{js,cjs,mjs,jsx,ts,tsx}": [
32-
"prettier --write --ignore-unknown",
33-
"eslint --cache --cache-location ./node_modules/.cache/eslint --fix"
32+
"eslint --cache --cache-location ./node_modules/.cache/eslint --fix",
33+
"prettier --write --ignore-unknown"
3434
],
3535
"*.{json,html}": [
3636
"prettier --write --ignore-unknown"

0 commit comments

Comments
 (0)