All changes on this project will be documented in this file.
- More strict typescript config
- Remove unused eslint plugins
- Fix compilation issue
- Initial release
- Rename package from
eslint-plugin-detect-unwanted-words
toeslint-plugin-detect-bad-words
- Publish
eslint-plugin-detect-bad-words
- Deprecate
eslint-plugin-detect-unwanted-words
- Use badwords under the hood
- Detect bad words on identifiers
- Configure eslint
- Configure typescript
- deprecated
- previous package name
- Optimize search logic
- Fix bug when
unwantedWords
contains an item with multiple words
- Minor improvements, handle both lowercase and uppercase
- Use regex when checking for unwanted words
- Initial release