Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 571 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 571 Bytes

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.

Reference