Update .eslintrc

This commit is contained in:
Rick van Lieshout 2022-06-24 14:37:14 +02:00 committed by GitHub
parent 238e5ac88b
commit 21c31445c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,6 @@
"browser": true,
"jest": true,
"es6": true,
"NODE_ENV": "development",
},
"plugins": ["import"],
"extends": ["eslint:recommended", "prettier"],