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-counters-in-identifiers' rule #55

Open PyTechMike opened 4 years ago

PyTechMike commented 4 years ago

Need to change rule name from 'disable-counters-in-identifiers' to 'no-counters-in-identifiers'

Options:

  1. Change the list of allowed counters
  2. Choose prohibition level (counters allowed at the end of identifier/counters not allowed anywhere in identifier)