Skip to content

Commit

Permalink
Fixed linting issues. Refactored project readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ladunjexa committed Jan 3, 2024
1 parent c906935 commit 29af1af
Show file tree
Hide file tree
Showing 22 changed files with 356 additions and 276 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = {
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:react-hooks/recommended",
"plugin:tailwindcss/recommended",
"eslint-config-prettier",
],
ignorePatterns: ["dist", ".eslintrc.cjs"],
Expand All @@ -32,5 +31,7 @@ module.exports = {
},
rules: {
// Add your own rules here to override ones from the extended configs.
"@typescript-eslint/ban-ts-comment": ["off"],
"@typescript-eslint/no-explicit-any": ["off"],
},
};
File renamed without changes.
Loading

0 comments on commit 29af1af

Please sign in to comment.