Skip to content

Commit

Permalink
update quote error
Browse files Browse the repository at this point in the history
  • Loading branch information
lastlink committed Jul 6, 2024
1 parent b8c3ed5 commit a506b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default [
files: ["**/*.{js,mjs,cjs,ts}"],
rules: {
semi: ["error", "always"],
quotes: ["error", "double"],
quotes: ["off", "double"],
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/camelcase": "off",
"@typescript-eslint/no-unsafe-function-type": "off",
Expand Down

0 comments on commit a506b1b

Please sign in to comment.