Skip to content

Commit a506b1b

Browse files
committed
update quote error
1 parent b8c3ed5 commit a506b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default [
99
files: ["**/*.{js,mjs,cjs,ts}"],
1010
rules: {
1111
semi: ["error", "always"],
12-
quotes: ["error", "double"],
12+
quotes: ["off", "double"],
1313
"@typescript-eslint/explicit-function-return-type": "off",
1414
"@typescript-eslint/camelcase": "off",
1515
"@typescript-eslint/no-unsafe-function-type": "off",

0 commit comments

Comments
 (0)