We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c3ed5 commit a506b1bCopy full SHA for a506b1b
eslint.config.mjs
@@ -9,7 +9,7 @@ export default [
9
files: ["**/*.{js,mjs,cjs,ts}"],
10
rules: {
11
semi: ["error", "always"],
12
- quotes: ["error", "double"],
+ quotes: ["off", "double"],
13
"@typescript-eslint/explicit-function-return-type": "off",
14
"@typescript-eslint/camelcase": "off",
15
"@typescript-eslint/no-unsafe-function-type": "off",
0 commit comments