Skip to content

Commit

Permalink
spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Dec 23, 2024
1 parent 5b575b9 commit 7a7fbb0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const config = tseslint.config(...cityssmConfig, {
words: [
...cspellWords,
'ncic',
'nhsta'
'nhtsa'
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const config = tseslint.config(...cityssmConfig, {
words: [
...cspellWords,
'ncic',
'nhsta'
'nhtsa'
]
}
}
Expand Down
2 changes: 2 additions & 0 deletions helpers/nhtsaOverrides.data.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// eslint-disable-next-line @eslint-community/eslint-comments/disable-enable-pair
/* eslint-disable @cspell/spellchecker */
export default {
"ACUR": "ACURA",
"ALFA": "ALFA ROMEO",
Expand Down
3 changes: 3 additions & 0 deletions helpers/nhtsaOverrides.data.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// eslint-disable-next-line @eslint-community/eslint-comments/disable-enable-pair
/* eslint-disable @cspell/spellchecker */

export default {
"ACUR": "ACURA",
"ALFA": "ALFA ROMEO",
Expand Down

0 comments on commit 7a7fbb0

Please sign in to comment.