UNPKG

eslint-config-cityssm

Version:

ESLint rules used in the City of Sault Ste. Marie's TypeScript projects.

10 lines (7 loc) 372 B
export { default as cspellFlagWords } from './lists/cspell.flagWords.js' export { default as cspellWords } from './lists/cspell.words.js' export { httpStatusCodes as noMagicNumbersHttpStatusCodes, default as noMagicNumbersIgnore } from './lists/noMagicNumbers.ignore.js' export { default as writeGoodCommentsAllowlist } from './lists/writeGoodComments.allowlist.js'