Skip to content

Commit d4ed323

Browse files
authored
Update dev dependencies (#17)
* Output dev dependencies * Fix stylistic rule `semi` key error Value "always" should be boolean.
1 parent df96a45 commit d4ed323

File tree

3 files changed

+247
-275
lines changed

3 files changed

+247
-275
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const customizedStylistic = stylistic.configs.customize({
66
"indent": 2,
77
"jsx": false,
88
"quote-props": "always",
9-
"semi": "always",
9+
"semi": true,
1010
"brace-style": "1tbs",
1111
});
1212

tests/eslint.test.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const customizedStylistic = stylistic.configs.customize({
99
"indent": 2,
1010
"jsx": false,
1111
"quote-props": "always",
12-
"semi": "always",
12+
"semi": true,
1313
"brace-style": "1tbs",
1414
});
1515

0 commit comments

Comments
 (0)