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