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