Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
update check-file edge cases
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaJoon committed Oct 30, 2023
1 parent c1a86a6 commit c8d17f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ module.exports = {
"src/gql/(mutations,queries)/**/*.graphql": "KEBAB_CASE",
"cypress/integration/**/*.ts": "SNAKE_CASE",
"scripts/**/*.{js,ts}": "KEBAB_CASE",
"src/**/!(vite-env.d,custom-queries,toast-decorator)*.{js,ts}":
"CAMEL_CASE",
"src/**/!(use|getFormSchema|index|test-utils)*.tsx": "PASCAL_CASE",
"src/**/!(vite-env.d|custom-queries)*.{js,ts}": "CAMEL_CASE",
"src/**/!(use|getFormSchema|index|test-utils|toast-decorator|schemaFields|getColumnsTemplate|githubPRLinkify|jiraLinkify)*.tsx":
"PASCAL_CASE",
"src/**/(use|getFormSchema|index)*.tsx": "CAMEL_CASE",
},
{
Expand Down

0 comments on commit c8d17f9

Please sign in to comment.