Skip to content

Commit

Permalink
Merge pull request #11 from atlp-rwanda/ch-eslint-setup
Browse files Browse the repository at this point in the history
Eslint setup
  • Loading branch information
Nkbtemmy authored May 1, 2024
2 parents a4ddb1d + 69547fc commit ebae616
Show file tree
Hide file tree
Showing 3 changed files with 1,728 additions and 150 deletions.
12 changes: 12 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import globals from "globals";
import pluginJs from "@eslint/js";
import tseslint from "typescript-eslint";
import pluginReactConfig from "eslint-plugin-react/configs/recommended.js";


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

0 comments on commit ebae616

Please sign in to comment.