A list containing all banned words, such as `slave` and `blacklist`. This package can be used in the CSpell config.
npm install cspell-ban-wordsA list containing all banned words, such as slave and blacklist. This package can be used in the CSpell config.
``bash`
npm add cspell-ban-words -D
Require this package in your cspell.config.cjs file:
`js
const { banWords } = require("cspell-ban-words");
module.exports = {
flagWords: banWords,
};
``
See index.cjs.