Skip to content

Commit

Permalink
chore: remove unused @eslint/eslintrc in test examples (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Feb 15, 2024
1 parent 7a27eef commit 4e2e160
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions examples/react/eslint.config.js
@@ -1,14 +1,9 @@
"use strict";

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

const compat = new FlatCompat({
baseDirectory: __dirname
});

module.exports = [
js.configs.recommended,
...markdown.configs.recommended,
Expand Down
1 change: 0 additions & 1 deletion examples/react/package.json
Expand Up @@ -4,7 +4,6 @@
"test": "eslint ."
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.0",
"@eslint/js": "^8.56.0",
"eslint": "^8.56.0",
"eslint-plugin-markdown": "file:../..",
Expand Down

0 comments on commit 4e2e160

Please sign in to comment.