chore: src/js/.eslintrc.js

This commit is contained in:
Bobby Wibowo 2022-06-08 21:53:43 +07:00
parent ac8b5068a0
commit e8b7a85b8d
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -1,11 +1,11 @@
module.exports = {
root: true,
parserOptions: {
ecmaVersion: 7, // 2016
sourceType: 'script'
},
env: {
browser: true
browser: true,
es2016: true
},
extends: [
'standard',