Skip to content

Commit

Permalink
feat: use default airbnb instead of the base version
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Apr 21, 2023
1 parent 146dd22 commit 5c05116
Show file tree
Hide file tree
Showing 5 changed files with 10,056 additions and 6,489 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Expand Up @@ -26,7 +26,9 @@
],
"extends": [
"plugin:tailwindcss/recommended",
"airbnb",
"airbnb-typescript",
"airbnb/hooks",
"next/core-web-vitals",
"plugin:prettier/recommended"
],
Expand All @@ -41,6 +43,7 @@
"endOfLine": "auto"
}
],
"react/function-component-definition": "off", // Disable Airbnb's specific function type
"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

0 comments on commit 5c05116

Please sign in to comment.