Skip to content

Commit 4a6b384

Browse files
Merge pull request #188 from MaddyGuthridge/maddy-update-deps
Update eslint and svelte
2 parents 146af7b + d2ff67f commit 4a6b384

File tree

4 files changed

+733
-1572
lines changed

4 files changed

+733
-1572
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default ts.config(
115115
// Use semicolons to help prevent weird and wonderful JS quirks
116116
'@stylistic/semi': ['error', 'always', { omitLastInOneLineBlock: true }],
117117
// Single quotes where possible
118-
'@stylistic/quotes': ['error', 'single', { avoidEscape: true, allowTemplateLiterals: false }],
118+
'@stylistic/quotes': ['error', 'single', { avoidEscape: true, allowTemplateLiterals: 'never' }],
119119
// Only quote object properties if it'd be a syntax error otherwise
120120
'@stylistic/quote-props': ['error', 'as-needed'],
121121
// Use one true brace style

0 commit comments

Comments
 (0)