From cf195f8c6b4195423dd257a99afb904673d87d25 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 17 Dec 2021 18:14:25 +0100 Subject: build: add words to cSpells to avoid false issues My website is in French, so I use some french words inside slugs. --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index feac877..6e4a490 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { "css.lint.validProperties": ["composes"], - "scss.lint.validProperties": ["composes"] + "scss.lint.validProperties": ["composes"], + "cSpell.words": ["sujet", "thematics", "thematique"] } -- cgit v1.2.3