Skip to content

Commit f8a3a41

Browse files
committed
add jest env to eslint
1 parent c02c4d2 commit f8a3a41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = {
22
env: {
33
browser: true,
44
es2021: true,
5+
jest: true,
56
},
67
extends: ['plugin:vue/essential', 'standard', 'prettier'],
78
parserOptions: {

0 commit comments

Comments
 (0)