Skip to content

Commit 3fe7252

Browse files
yanickbenmccann
andcommitted
tidy code
Co-authored-by: Ben McCann <[email protected]>
1 parent 1643da5 commit 3fe7252

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
@@ -5,7 +5,7 @@ module.exports = {
55
es6: true,
66
"vitest-globals/env": true
77
},
8-
extends: ['standard', "plugin:vitest-globals/recommended"],
8+
extends: ['standard', 'plugin:vitest-globals/recommended'],
99
plugins: ['svelte', 'simple-import-sort'],
1010
rules: {
1111
'max-len': ['warn', { code: 100 }],

0 commit comments

Comments
 (0)