Skip to content

Commit

Permalink
feat: commit mid-development
Browse files Browse the repository at this point in the history
  • Loading branch information
ShSato4JPN committed Aug 19, 2023
1 parent f8fa5c6 commit 61d03eb
Show file tree
Hide file tree
Showing 11 changed files with 404 additions and 282 deletions.
14 changes: 13 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
"next/core-web-vitals",
"prettier"
],
"ignorePatterns": ["getContentfulEnvironment.js"]
"ignorePatterns": ["getContentfulEnvironment.js"],
"overrides": [
{
"files": ["*.ts", "*.tsx"],
"rules": {
"no-undef": "off"
}
}
]
}
Loading

0 comments on commit 61d03eb

Please sign in to comment.