eslint-config-cityssm
Version:
ESLint rules used in the City of Sault Ste. Marie's TypeScript projects.
34 lines (28 loc) • 515 B
text/typescript
/**
* Words that will be treated as valid.
*/
export const words = [
/* City of Sault Ste. Marie words */
'cityssm',
'saultstemarie',
/* CitySSM Web App words */
'datetimepicker',
'fullwidth',
'hoverable',
'maxlength',
'onremoved',
'onshown',
'trash',
'vcentered',
'yellow',
/* Database-related words */
'ifnull',
'nvarchar',
'recordset',
/* Linter words */
'sonarjs',
'tseslint',
/* Other words */
'millis'
]
export default words