atomspace / eslint-plugin-naming-convention

ESLint plugin to validate identifiers names according to a convention
MIT License
1 stars 0 forks source link

Add options to 'import-file-and-var-name-matching' rule #60

Open Artefall opened 4 years ago

Artefall commented 4 years ago

Make user able to chose if he wants to autofix rule

NB: change rule name to 'file-and-var-equivalence' or better name

Similar plugin for an inspiration https://www.npmjs.com/package/eslint-plugin-commonjs-require-case . The source code may be useful too