mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 07:56:23 +00:00
chore: src/js/.eslintrc.js
This commit is contained in:
parent
ac8b5068a0
commit
e8b7a85b8d
@ -1,11 +1,11 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
parserOptions: {
|
||||
ecmaVersion: 7, // 2016
|
||||
sourceType: 'script'
|
||||
},
|
||||
env: {
|
||||
browser: true
|
||||
browser: true,
|
||||
es2016: true
|
||||
},
|
||||
extends: [
|
||||
'standard',
|
||||
|
Loading…
Reference in New Issue
Block a user