UNPKG

@epic-web/config

Version:

Reasonable ESLint configs for epic web devs

11 lines (8 loc) 180 B
import '@total-typescript/ts-reset/dom' import 'react' declare module 'react' { // support css variables interface CSSProperties { [key: `--${string}`]: string | number } }