@esfront/cspell-config
v0.1.0
Published
Install the correct versions of each package, which are listed by the command:
Readme
@esfront/cspell-config
Installation
Install the correct versions of each package, which are listed by the command:
npm info "@esfront/cspell-config@latest" peerDependenciesIf using npm 5+, use this shortcut:
npx install-peerdeps --dev @esfront/cspell-configUsage
Create a cspell.json file with the following contents:
{
"import": ["@esfront/cspell-config"],
"ignorePaths": ["**/build/**"],
"words": ["some", "project", "specific", "words"]
}