Skip to content

Commit

Permalink
chore: included prettier and eslint format files
Browse files Browse the repository at this point in the history
  • Loading branch information
codesandtags committed Oct 22, 2024
1 parent 2e8f8bb commit 9501da7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import globals from "globals";
import pluginJs from "@eslint/js";

export default [
{ files: ["**/*.{js,mjs,cjs,jsx}"] },
{ languageOptions: { globals: globals.browser } },
pluginJs.configs.recommended,
];

0 comments on commit 9501da7

Please sign in to comment.