Skip to content

Commit

Permalink
addressed case issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CalumW1 committed Apr 25, 2024
1 parent 20c2a0f commit 89456f6
Show file tree
Hide file tree
Showing 11 changed files with 1,619 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prefer-arrow-callback": ["error", { "allowNamedFunctions": true }],
"func-style": ["error", "expression", { "allowArrowFunctions": true }],
"import/no-extraneous-dependencies": ["error", { "devDependencies": true }],
"import/no-unresolved": "off",
"import/no-unresolved": ["error", { "caseSensitive": true }],
"import/no-dynamic-require": "off",
"import/order": "off",
"import/extensions": "off",
Expand Down
Loading

0 comments on commit 89456f6

Please sign in to comment.