pokemon-showdown/dev-tools/eslint
Konrad Borowski 156e193bed Only enable certain ES6 features during ESLint test
Currently, only those features are allowed: let/const, classes, and
octal literals. More can be added when needed, as long main Showdown
server has a supporting Node.js's version.

This also accidentally fixes a bug which caused data files to not
be checked for `let`/`const` keyword existence, which would cause
a problem in a web browser.
2015-12-10 23:07:32 +01:00
..
config-base.js Only enable certain ES6 features during ESLint test 2015-12-10 23:07:32 +01:00
config-compat.js Only enable certain ES6 features during ESLint test 2015-12-10 23:07:32 +01:00
config-config.js Only enable certain ES6 features during ESLint test 2015-12-10 23:07:32 +01:00
config-data-compact.js Turn on strict mode globally for real 2015-11-08 15:43:47 -05:00
config-data.js Only enable certain ES6 features during ESLint test 2015-12-10 23:07:32 +01:00
config-es6.js Only enable certain ES6 features during ESLint test 2015-12-10 23:07:32 +01:00
config-test.js Only enable certain ES6 features during ESLint test 2015-12-10 23:07:32 +01:00
validate-conditionals.js Turn on strict mode globally for real 2015-11-08 15:43:47 -05:00