Skip to content

Commit 6359379

Browse files
author
Tiffany Le-Nguyen
committed
chore: eslint fix
1 parent e880932 commit 6359379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
'unicorn/no-array-push-push': 0,
3030
},
3131
parserOptions: {
32-
sourceType: "module"
32+
sourceType: 'module',
3333
},
3434
env: {
3535
jest: true,

0 commit comments

Comments
 (0)