We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aec5ca commit 22d03daCopy full SHA for 22d03da
eslint.config.js
@@ -2,7 +2,7 @@ import { defineConfig } from "eslint/config";
2
import js from "@eslint/js";
3
import globals from "globals";
4
import tseslint from "typescript-eslint";
5
-import eslintConfigPrettier from "eslint-config-prettier/flat";
+import eslintConfigPrettier from "eslint-config-prettier/recommended";
6
7
export default defineConfig([
8
{ files: ["src/**/*.ts"], plugins: { js }, extends: ["js/recommended"] },
0 commit comments