UNPKG

@exadel/eslint-config-esl

Version:

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

16 lines (14 loc) 328 B
import stylistic from '@stylistic/eslint-plugin'; // Use ESLint rules according to EditorConfig settings export default [ { plugins: { '@stylistic': stylistic }, rules: { 'unicode-bom': ['warn', 'never'], '@stylistic/eol-last': 'warn', '@stylistic/no-trailing-spaces': 'warn' } } ];