From fa5254f3311738aa9a4abf58c5a1d97c599c26c1 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 21 Sep 2023 16:56:49 +0200 Subject: build(deps): add cSpell to lint and fix spelling errors --- lint-staged.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lint-staged.config.js') diff --git a/lint-staged.config.js b/lint-staged.config.js index 433cbc0..efe68ee 100644 --- a/lint-staged.config.js +++ b/lint-staged.config.js @@ -3,4 +3,5 @@ module.exports = { '**/*.(ts|tsx|js|jsx)': ['eslint --cache --fix', 'prettier --write'], '**/*.(md|json)': 'prettier --write', '**/*.scss': ['stylelint --fix', 'prettier --write'], + '*': ['cspell --no-must-find-files --no-progress'], }; -- cgit v1.2.3