From 71a93409fe97845ccf93cef87d509fdddf370266 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 27 Jan 2022 09:00:06 -0500 Subject: [PATCH] prettier --- cspell.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/cspell.json b/cspell.json index 06f7af6f4..dd06ea1bb 100644 --- a/cspell.json +++ b/cspell.json @@ -111,15 +111,7 @@ "Webpacker", "wordmark" ], - "ignorePaths": [ - "package.json", - "package-lock.json", - ".vscode/**", - "src/translations/!(en).ts", - "**/*.min.js" - ], - "ignoreRegExpList": [ - "(^|[^a-z])sl[a-z]*(^|[^a-z])" - ], + "ignorePaths": ["package.json", "package-lock.json", ".vscode/**", "src/translations/!(en).ts", "**/*.min.js"], + "ignoreRegExpList": ["(^|[^a-z])sl[a-z]*(^|[^a-z])"], "useGitignore": true }