blob: 0187cf644a8c035debacf57bac073355bcfae4fb (
plain) (
blame)
1
2
3
4
5
6
7
|
import eslint from "@eslint/js";
import tseslint from "typescript-eslint";
export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
);
|