Skip to content

Commit

Permalink
chore: add ESLint rule to prefer single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Dec 29, 2023
1 parent 5aac2b6 commit 1984576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_", "destructuredArrayIgnorePattern": "^_" }],
"@typescript-eslint/quotes": ["error", "single", { "allowTemplateLiterals": true }],
"@typescript-eslint/semi": "error",
"curly": "error",
"cypress/no-assigning-return-values": "off",
Expand Down

0 comments on commit 1984576

Please sign in to comment.