UNPKG

@exadel/eslint-config-esl

Version:

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

21 lines (18 loc) 294 B
import {lang, strict} from './index.js'; export default [ { ignores: [ // Typings '**/*.d.ts' ] }, { files: ['**/*.js'], linterOptions: { reportUnusedDisableDirectives: 'warn' } }, // Using shared ESL ESLint Config ...lang.js, ...strict ];