Skip to content

Commit 25d0ace

Browse files
committed
fix: adresser les commentaires Copilot sur cspell
- Épingler les versions cspell (9.7.0) et @cspell/dict-fr-fr (2.3.2) - Relever engines.node à >=20.18.0 (requis par cspell) - Simplifier lint:spell pour utiliser la config cspell.json (inclut CONTRIBUTING.md) - Ajouter "wurth" au dictionnaire custom
1 parent d7dc996 commit 25d0ace

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.cspell/steami.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ Kingbright
147147
Longlife
148148
STMicroelectronics
149149
Wurth
150+
wurth
150151
Elektronik
151152
Winstar
152153
Molex

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"lint:js:fix": "eslint --fix .",
2222
"lint:links": "docker run --rm -v $PWD:/input lycheeverse/lychee --config /input/.lychee.toml --root-dir /input/static '/input/docs/**/*.md' '/input/README.md'",
2323
"lint:examples": "npm run prebuild && python3 scripts/validate-code-examples.py",
24-
"lint:spell": "cspell \"docs/**/*.md\" \"README.md\"",
24+
"lint:spell": "cspell",
2525
"prepare": "husky"
2626
},
2727
"dependencies": {
@@ -36,11 +36,11 @@
3636
"devDependencies": {
3737
"@commitlint/cli": "20.5.0",
3838
"@commitlint/config-conventional": "20.5.0",
39-
"@cspell/dict-fr-fr": "^2.3.2",
39+
"@cspell/dict-fr-fr": "2.3.2",
4040
"@docusaurus/module-type-aliases": "3.9.2",
4141
"@docusaurus/types": "3.9.2",
4242
"@eslint/js": "9.39.4",
43-
"cspell": "^9.7.0",
43+
"cspell": "9.7.0",
4444
"eslint": "9.39.4",
4545
"eslint-plugin-react": "7.37.5",
4646
"git-precommit-checks": "3.1.0",
@@ -76,6 +76,6 @@
7676
"*.{json,css,yml,yaml}": "prettier --check"
7777
},
7878
"engines": {
79-
"node": ">=20.17.0"
79+
"node": ">=20.18.0"
8080
}
8181
}

0 commit comments

Comments
 (0)