Files
matrix-backend/eslint.config.js
T
StarAppeal cab84046a8 fix lint
2025-09-25 02:44:23 +02:00

13 lines
279 B
JavaScript

// @ts-check
import eslint from "@eslint/js";
import tseslint from "typescript-eslint";
import eslintConfigPrettier from "eslint-config-prettier";
export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
eslintConfigPrettier
);