diff --git a/.lintstagedrc.json b/.lintstagedrc.json index afc3b5d..9f8c4a3 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -1,4 +1,7 @@ { "*.{js,ts,jsx,tsx}": ["eslint --fix"], - "*": ["prettier --ignore-unknown --write"] + "*": [ + "prettier --ignore-unknown --write", + "cspell --no-must-find-files --no-progress" + ] } diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 40718bd..9580517 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-jc", - "version": "4.1.0", + "version": "4.2.0", "description": "Josh-Cena's personal coding style", "main": "index.js", "repository": { diff --git a/project-words.txt b/project-words.txt index 0b23ff5..689d157 100644 --- a/project-words.txt +++ b/project-words.txt @@ -23,6 +23,7 @@ listbox lookarounds miswritten monkeypatch +multilines naïvely nocheck nonconstructor @@ -41,12 +42,15 @@ readonliness redeclaration redeclared redeclaring +searchbox setstate shiki +spinbutton subclassing tabindex tablist tabpanel +textbox textnodes treegrid treeitem