diff options
| author | XhmikosR <[email protected]> | 2019-07-16 13:27:26 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-07-17 14:52:11 +0300 |
| commit | fe09d106dcfb1cd2a71f4793fe03910196cd7843 (patch) | |
| tree | 1f586c152025fb7cea48ac596a2989a16012dd27 | |
| parent | ef98fbdb84f2a0fbfc25c879058e4e6c0e9003c9 (diff) | |
| download | bootstrap-fe09d106dcfb1cd2a71f4793fe03910196cd7843.tar.xz bootstrap-fe09d106dcfb1cd2a71f4793fe03910196cd7843.zip | |
site/.eslintrc.json: specify ecmaVersion.
| -rw-r--r-- | site/.eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/.eslintrc.json b/site/.eslintrc.json index 9c5279551..56f36177e 100644 --- a/site/.eslintrc.json +++ b/site/.eslintrc.json @@ -1,6 +1,7 @@ { "root": true, "parserOptions": { + "ecmaVersion": 5, "sourceType": "script" }, "extends": [ |
