Skip to content

Commit

Permalink
fix(cspell): sort and uniq ignore lists
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Sep 24, 2024
1 parent cb02a67 commit 670a938
Show file tree
Hide file tree
Showing 4 changed files with 360 additions and 319 deletions.
6 changes: 6 additions & 0 deletions .lintstagedrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ export default {
`yarn filecheck ${filenames.join(" ")}`,
],
"*": (filenames) => [`node scripts/log-url-issues.js`],
".vscode/ignore-list.txt": (filenames) => [
`node scripts/sort_and_unique_file_lines.js .vscode/ignore-list.txt`,
],
".vscode/terms-abbreviations.txt": (filenames) => [
`node scripts/sort_and_unique_file_lines.js .vscode/terms-abbreviations.txt`,
],
};
Loading

0 comments on commit 670a938

Please sign in to comment.