Skip to content

Commit

Permalink
chore: initial pkg settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepro657 committed Jan 14, 2024
1 parent fe70f86 commit b3377dd
Show file tree
Hide file tree
Showing 30 changed files with 44,356 additions and 9,873 deletions.
11 changes: 11 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": [
"react-app",
"react-app/jest",
"plugin:prettier/recommended"
],
"plugins": ["prettier"],
"rules": {
"prettier/prettier": "error"
}
}
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# yarn zero install
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
26,441 changes: 26,441 additions & 0 deletions .pnp.cjs

Large diffs are not rendered by default.

Loading

0 comments on commit b3377dd

Please sign in to comment.