cspell-ban-words
v0.0.4
Published
A list containing all banned words, such as `slave` and `blacklist`. This package can be used in the CSpell config.
Downloads
6,844
Readme
CSpell Ban Words
A list containing all banned words, such as slave
and blacklist
. This package can be used in the CSpell config.
Install
npm add cspell-ban-words -D
How to use
Require this package in your cspell.config.cjs
file:
const { banWords } = require("cspell-ban-words");
module.exports = {
flagWords: banWords,
};
All words
See index.cjs.