UNPKG

@exadel/eslint-config-esl

Version:

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

15 lines (12 loc) 328 B
import sonarjs from 'eslint-plugin-sonarjs'; export default [ { plugins: {sonarjs}, rules: { // Class names should comply with a naming convention 'sonarjs/class-name': 'warn', // Code is clearest when each statement has its own line. 'sonarjs/no-same-line-conditional': 'warn', } } ];