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';
