UNPKG

eslint-config-cityssm

Version:

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

6 lines (5 loc) 134 B
/** * Words that will not be flagged by write-good-comments. */ export declare const whitelist: string[]; export default whitelist;