Skip to content

Commit

Permalink
---updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinmayShrivastava committed Mar 16, 2024
1 parent f8954e0 commit ab1e8a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
16 changes: 2 additions & 14 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@
"plugin:prettier/recommended"
],
"rules": {
"prettier/prettier": [
"error",
{
"singleQuote": true,
"endOfLine": "auto"
}
]
"prettier/prettier": "off"
},
"overrides": [
// Configuration for TypeScript files
Expand All @@ -34,13 +28,7 @@
"project": "./tsconfig.json"
},
"rules": {
"prettier/prettier": [
"error",
{
"singleQuote": true,
"endOfLine": "auto"
}
],
"prettier/prettier": "off",
"react/destructuring-assignment": "off", // Vscode doesn't support automatically destructuring, it's a pain to add a new variable
"react/require-default-props": "off", // Allow non-defined react props as undefined
"react/jsx-props-no-spreading": "off", // _app.tsx uses spread operator and also, react-hook-form
Expand Down
1 change: 0 additions & 1 deletion src/templates/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const Hero = () => (
</li>
</NavbarTwoColumns>
</Section>

<Section yPadding="pt-20 pb-32">
<HeroOneButton
title={
Expand Down

0 comments on commit ab1e8a2

Please sign in to comment.