eslint-config-cityssm
Version:
ESLint rules used in the City of Sault Ste. Marie's TypeScript projects.
41 lines (35 loc) • 592 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',
'fieldsets',
'fontawesome',
'fullwidth',
'hoverable',
'inputmode',
'noopener',
'noreferrer',
'maxlength',
'onremoved',
'onshown',
'trash',
'vcentered',
'yellow',
/* Database-related words */
'autoincrement',
'ifnull',
'nvarchar',
'recordset',
/* Linter words */
'httponly',
'sonarjs',
'tseslint',
/* Other words */
'millis'
]
export default words