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 04f8b50f80 Fix ESLint errors in spec/api/plugin-api.spec.js
Fix the following errors:

   59:35  error  "options" is defined but never used  no-unused-vars
   91:11  error  "plugin" is defined but never used   no-unused-vars
  102:35  error  "options" is defined but never used  no-unused-vars
  128:35  error  "options" is defined but never used  no-unused-vars

Note that ESLint revealed a real problem where the test supposedly
verifying receiving options by a plugin didn't actually verify anything.
8 years ago
..
generated-parser-api.spec.js Fix ESLint errors in spec/api/generated-parser-api.spec.js 8 years ago
pegjs-api.spec.js Use ESLint instead of JSHint 8 years ago
plugin-api.spec.js Fix ESLint errors in spec/api/plugin-api.spec.js 8 years ago