Skip to content

Commit

Permalink
configure eslint for client
Browse files Browse the repository at this point in the history
  • Loading branch information
kriyip committed Apr 13, 2024
1 parent a91448b commit 225a608
Show file tree
Hide file tree
Showing 3 changed files with 1,997 additions and 1,171 deletions.
10 changes: 10 additions & 0 deletions client/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import globals from "globals";
import pluginJs from "@eslint/js";
import pluginReactConfig from "eslint-plugin-react/configs/recommended.js";


export default [
{languageOptions: { globals: globals.browser }},
pluginJs.configs.recommended,
pluginReactConfig,
];
Loading

0 comments on commit 225a608

Please sign in to comment.