UNPKG

@exadel/eslint-config-esl

Version:

Shared ESLint config used by ESL (@exadel/esl) team. Internal projects usage.

12 lines (11 loc) 243 B
export default [ { rules: { '@typescript-eslint/naming-convention': ['warn', { 'selector': 'variable', 'format': ['camelCase', 'PascalCase', 'UPPER_CASE'], 'leadingUnderscore': 'allow' }] } } ];