mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-13 22:43:13 +01:00
8 lines
181 B
TypeScript
8 lines
181 B
TypeScript
import type typescriptESLint from "typescript-eslint"
|
|
|
|
declare const eslintConfigConventions: ReturnType<
|
|
typeof typescriptESLint.config
|
|
>
|
|
|
|
export default eslintConfigConventions
|