Skip to content

A list containing all banned words, which can be used in the CSpell config.

License

Notifications You must be signed in to change notification settings

rspack-contrib/cspell-ban-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A list containing all banned words, which can be used in the CSpell config.

Topics

Resources

License

Stars

Watchers

Forks