Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-03-11 12:38:02 +0300
committerGitHub <noreply@github.com>2022-03-11 12:38:02 +0300
commitc637cde2d99f9338b6b2013e3f8d1418a888b45d (patch)
tree80d046e3ca646f2256074f68b169bb78d1968741 /.eslintrc.json
parente00a853a0e65c084aa0a554eab213b7b9577b5dd (diff)
Update build scripts from upstream and minor lint tweaks (#1260)
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index b336507b8..14450634d 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -5,7 +5,7 @@
"node": true
},
"parserOptions": {
- "ecmaVersion": 2018
+ "ecmaVersion": 2019
},
"extends": "eslint:recommended",
"rules": {