Skip to content

Commit

Permalink
chore(eslint-config): 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Dec 3, 2023
1 parent e57a3ad commit 547b612
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 4 additions & 0 deletions project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ listbox
lookarounds
miswritten
monkeypatch
multilines
naïvely
nocheck
nonconstructor
Expand All @@ -41,12 +42,15 @@ readonliness
redeclaration
redeclared
redeclaring
searchbox
setstate
shiki
spinbutton
subclassing
tabindex
tablist
tabpanel
textbox
textnodes
treegrid
treeitem
Expand Down

0 comments on commit 547b612

Please sign in to comment.