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 for 'no-rerely-used-words-in-identifiers' rule #57

Open PyTechMike opened 4 years ago

PyTechMike commented 4 years ago

Change name from 'rarely-used-words-in-identifiers' to 'no-rerely-used-words-in-identifiers'

Options:

  1. Choose the level of allowed non-popular words (not strict/strict)
  2. Change the list of non-popular words
PyTechMike commented 4 years ago

Find and add a library for words expansion from existing wors list