From eec88820fa399162f0038673ee17228ff60f33d7 Mon Sep 17 00:00:00 2001 From: Florian Trayon <26360935+FlorianLeChat@users.noreply.github.com> Date: Sat, 23 Mar 2024 20:45:55 +0100 Subject: [PATCH] Fixed `cspell` configuration to ignore some valid words in i18n files --- .cspell.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .cspell.json diff --git a/.cspell.json b/.cspell.json new file mode 100644 index 00000000..2b963844 --- /dev/null +++ b/.cspell.json @@ -0,0 +1,18 @@ +{ + "import": ["./node_modules/@cspell/dict-fr-fr/cspell-ext.json"], + "version": "0.2", + "language": "fr, en", + "words": [ + "recaptcha", + "csrf", + "rgpd", + "capslock", + "RCON", + "rcon", + "nodata", + "gamemode", + "PHPSESSID", + "SYMFONY", + "RGPD" + ] +} \ No newline at end of file