Skip to content

Commit

Permalink
Merge pull request #175 from Pattern-Projector/beta
Browse files Browse the repository at this point in the history
Beta
  • Loading branch information
courtneypattison authored Apr 6, 2024
2 parents eb81195 + bf28b69 commit 9b492d7
Show file tree
Hide file tree
Showing 84 changed files with 178,258 additions and 131,976 deletions.
13 changes: 12 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
{
"extends": "next/core-web-vitals"
"extends": [
"next/core-web-vitals",
"plugin:@typescript-eslint/recommended",
"prettier"
],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "warn",
"@typescript-eslint/ban-types": "off"
}
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"source.fixAll.eslint": "explicit"
}
}
}
}
Loading

0 comments on commit 9b492d7

Please sign in to comment.