UNPKG

eslint-config-cityssm

Version:

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

5 lines (4 loc) 370 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';