UNPKG

@exadel/eslint-config-esl

Version:

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

14 lines (12 loc) 284 B
import importPlugin from 'eslint-plugin-import-x'; export default [ { plugins: { 'import': importPlugin }, rules: { // Verifies that all named imports are part of the set of named exports in the referenced module. 'import/named': 'error' } } ];