UNPKG

eslint-config-ali

Version:

ESLint Shareable Config for Alibaba F2E Guidelines

5 lines (4 loc) 134 B
import type { Linter } from 'eslint'; /** Best practices */ declare const bestPractices: Linter.Config; export default bestPractices;