mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-09-11 23:09:27 +02:00
feat!: add support for ESLint v9
Fixes #2 BREAKING CHANGE: peerDependencies: `eslint@^9.12.0` `eslint-plugin-promise@^7.1.0` `eslint-plugin-unicorn@^56.0.0` `globals@^15.10.0` `typescript-eslint@^8.8.0` BREAKING CHANGE: Node.js >= 20.9.0
This commit is contained in:
5
index.d.ts
vendored
Normal file
5
index.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type typescriptESLint from "typescript-eslint"
|
||||
|
||||
declare const eslintConfigConventions: ReturnType<typeof typescriptESLint.config>
|
||||
|
||||
export default eslintConfigConventions
|
Reference in New Issue
Block a user