Skip to content

Commit 8070e03

Browse files
yanickbenmccann
andcommitted
change quotes for prettierification
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
1 parent 3fe7252 commit 8070e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
env: {
44
browser: true,
55
es6: true,
6-
"vitest-globals/env": true
6+
'vitest-globals/env': true
77
},
88
extends: ['standard', 'plugin:vitest-globals/recommended'],
99
plugins: ['svelte', 'simple-import-sort'],

0 commit comments

Comments
 (0)