UNPKG

eslint-config-es

Version:

eslint-config-es contains a strict ESLint configuration for ES2015+ and TypeScript.

6 lines (4 loc) 74 B
type Language = 'typescript' | 'javascript'; export type { Language };