UNPKG

eslint-config-phosphor

Version:
13 lines (10 loc) 290 B
// @ts-check import TypescriptEslint from 'typescript-eslint'; import { default as base } from './base.mjs'; import { default as problems } from './problems.mjs'; import { default as style } from './style.mjs'; export default TypescriptEslint.config( base, problems, style );