Add a lint plugin to ensure we only use ES5 syntax. (#3160)

* Add a lint plugin to ensure we only use ES5 only syntax.
This commit is contained in:
Sam El-Husseini
2019-10-21 21:26:26 -04:00
committed by GitHub
parent ff067497fc
commit 6d8f22f39a
7 changed files with 35 additions and 19 deletions

6
package-lock.json generated
View File

@@ -1612,6 +1612,12 @@
"text-table": "^0.2.0"
}
},
"eslint-plugin-es5": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-es5/-/eslint-plugin-es5-1.4.1.tgz",
"integrity": "sha512-kktkmkF2O7pnSZYgrMiYMbt3wCKRIiXePwILv8USDG95YgP0PzhIxSIROLLKmiQQ/Z6LuhDGWTHK04gnbXBvkg==",
"dev": true
},
"eslint-scope": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz",