Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Feb 12, 2024
1 parent 709a7d8 commit f17f00f
Show file tree
Hide file tree
Showing 4 changed files with 16,691 additions and 585 deletions.
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const EslintPluginReact = require("eslint-plugin-react");
const EslintPluginImport = require("eslint-plugin-import");
const EslintPluginUnusedImports = require("eslint-plugin-unused-imports");
const EslintTypeScriptPlugin = require("@typescript-eslint/eslint-plugin");
const Prettier = require("prettier");

module.exports [
js.configs.recommended,
Expand Down Expand Up @@ -50,6 +51,7 @@ module.exports [
"eslint-plugin-react-hooks": EslintPluginReactHooks,
"unused-imports": EslintPluginUnusedImports,
"import": EslintPluginImport,
"prettier": Prettier
},
ignores: [
"src/mirage/**"
Expand Down
Loading

0 comments on commit f17f00f

Please sign in to comment.