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>2020-03-20 16:06:33 +0300
committerMark Otto <otto@github.com>2020-05-20 19:38:50 +0300
commit32ec7d8c2089f9936f37333ab4b08fce7f874653 (patch)
tree7af02ac1334157289219e3fc397cb799d38b8a66 /.eslintrc.json
parentc4129f532a584f91949387688d2a72d690b675ad (diff)
build-pages.js: lint
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 1044da985..c1b8b05e3 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -5,7 +5,7 @@
"node": true
},
"parserOptions": {
- "ecmaVersion": 2017
+ "ecmaVersion": 2018
},
"extends": "eslint:recommended",
"rules": {
@@ -13,6 +13,7 @@
"error",
"always"
],
+ "prefer-template": "error",
"semi": [
"error",
"never"