Skip to content

Commit

Permalink
Update examples/react/eslint.config.js
Browse files Browse the repository at this point in the history
Co-authored-by: Milos Djermanovic <[email protected]>
  • Loading branch information
nzakas and mdjermanovic authored Feb 9, 2024
1 parent 0d472d6 commit 4515554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";

const { FlatCompat } = require("@eslint/eslintrc");
const markdown = require("../..");
const markdown = require("eslint-plugin-markdown");
const js = require("@eslint/js");
const globals = require("globals");

Expand Down

0 comments on commit 4515554

Please sign in to comment.