cletusw / eslint-plugin-local-rules

A plugin for ESLint that allows you to use project-specific rules
MIT License
158 stars 9 forks source link

undefined var `exts` when `eslint-local-rules.js` not found #14

Closed ulisesbocchio closed 2 years ago

ulisesbocchio commented 2 years ago

https://github.com/cletusw/eslint-plugin-local-rules/blob/8680d86694a545ee565c61d6420e7de5c214ab67/index.js#L13

Did you mean DEFAULT_EXTENSIONS?

cletusw commented 2 years ago

Good catch, thanks!

cletusw commented 2 years ago

Alright should be fixed in 1.3.1. Thanks again!