Skip to content

Commit

Permalink
fix: Merge branch 'main' into deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammeds1992 committed Jul 14, 2023
2 parents 89b72a7 + 3e00f81 commit fc7a9dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/uiweb/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
"rules": {
"@typescript-eslint/consistent-type-imports": "error"
// "@typescript-eslint/consistent-type-imports": "error"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/uiweb/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"importsNotUsedAsValues": "error",
// "importsNotUsedAsValues": "error",
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true
Expand Down

0 comments on commit fc7a9dc

Please sign in to comment.