UNPKG

eslint-config-cityssm

Version:

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

6 lines (5 loc) 122 B
/** * Words that will be flagged as not allowed. */ export declare const flagWords: string[]; export default flagWords;