UNPKG

@storm-software/eslint

Version:

A package containing the base ESLint configuration used by Storm Software across many projects.

6 lines (3 loc) 149 B
import { Linter } from 'eslint'; declare const formatConfig: (name: string, config?: Linter.Config[]) => Linter.Config[]; export { formatConfig };