You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Majda e29d62558d Do not prepend the "eslint-env" directive to lib/parser.js
The lib/parser.js file is a CommonJS module like all the other files in
lib/, so setting the environment explicitly is not needed. Besides, the
environment set by "eslint-env" was wrong (since transitioning from the
AMD format).
8 years ago
..
compiler Sort "require" calls by variable names and group them 8 years ago
.eslintrc.json ESLint: Set environments better 8 years ago
grammar-error.js Use only "//" comments 8 years ago
parser.js Do not prepend the "eslint-env" directive to lib/parser.js 8 years ago
peg.js Avoid aligning "=" 8 years ago