mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-22 13:19:05 +00:00
fix: bump eslint ecmaVersion to 10 (ES2019)
according to https://node.green/#ES2019, since Node 12.4.0+ already have 100% support of ES2019 features.
This commit is contained in:
parent
a43eeea00a
commit
936ce5afed
@ -1,7 +1,7 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
root: true,
|
root: true,
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
ecmaVersion: 9 // 2018
|
ecmaVersion: 10 // 2019
|
||||||
},
|
},
|
||||||
env: {
|
env: {
|
||||||
node: true
|
node: true
|
||||||
|
Loading…
Reference in New Issue
Block a user