diff --git a/eslint.config.js b/eslint.config.js index 21a20ce..074fe53 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -9,7 +9,7 @@ export const config = tseslint.config(...cityssmConfig, { words: [ ...cspellWords, 'ncic', - 'nhsta' + 'nhtsa' ] } } diff --git a/eslint.config.ts b/eslint.config.ts index 857634b..0021f68 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -10,7 +10,7 @@ export const config = tseslint.config(...cityssmConfig, { words: [ ...cspellWords, 'ncic', - 'nhsta' + 'nhtsa' ] } } diff --git a/helpers/nhtsaOverrides.data.js b/helpers/nhtsaOverrides.data.js index 31016d8..0de417a 100644 --- a/helpers/nhtsaOverrides.data.js +++ b/helpers/nhtsaOverrides.data.js @@ -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", diff --git a/helpers/nhtsaOverrides.data.ts b/helpers/nhtsaOverrides.data.ts index 6d00925..c17a72b 100644 --- a/helpers/nhtsaOverrides.data.ts +++ b/helpers/nhtsaOverrides.data.ts @@ -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",