mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-14 22:53:13 +01:00
9 lines
225 B
JavaScript
9 lines
225 B
JavaScript
|
// @ts-check
|
||
|
|
||
|
import typescriptESLint from "typescript-eslint"
|
||
|
import eslintConfigConventions from "./eslint.config.js"
|
||
|
|
||
|
export default typescriptESLint.config(...eslintConfigConventions, {
|
||
|
ignores: ["test/fixtures/*"],
|
||
|
})
|