Skip to content

Commit

Permalink
test: remove flat config workaround for eslint-security
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mnater committed Mar 28, 2024
1 parent 2f43fc3 commit 6b8d69e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import globals from "globals";
import js from "@eslint/js";
import security from "eslint-plugin-security";

// Convert to flat config style, may be removed if the plugin gets updated
security.configs.recommended.plugins = {security};

export default [
js.configs.all,
security.configs.recommended,
Expand Down

0 comments on commit 6b8d69e

Please sign in to comment.