Skip to content

Commit

Permalink
docs: update code example in ESLint Compatibility blog post (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed May 9, 2024
1 parent 87501da commit 8e291bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/content/blog/2024-05-09-eslint-compatibility-utilities.md
Expand Up @@ -69,8 +69,6 @@ If you are importing a flat-style configuration from another package that refere
import { fixupConfigRules } from "@eslint/compat";
import recommended from "eslint-plugin-example/configs/recommended.js";

const flatCompat = new FlatCompat();

export default [

...fixupConfigRules(recommended)
Expand Down

0 comments on commit 8e291bd

Please sign in to comment.