Skip to content

Commit

Permalink
Merge pull request #3 from caprolactam/pr/update-deps
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
caprolactam authored Oct 14, 2024
2 parents 84bea19 + 81efe0d commit 9cf7d7b
Show file tree
Hide file tree
Showing 5 changed files with 1,389 additions and 1,146 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
```
```bash
npm install
npm run dev
```

```
```bash
npm run deploy
```
8 changes: 0 additions & 8 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,4 @@ export default [
...defaultConfig,
eslintConfigPrettier,
includeIgnoreFile(gitignorePath),
// add custom config objects here:
// TODO: should delete this. current: TypeError: context.getSource is not a function
{
files: ['**/*.ts', '**/*.tsx', '**/*.js', '**/*.jsx'],
rules: {
'react-hooks/exhaustive-deps': 'off',
},
},
]
Loading

0 comments on commit 9cf7d7b

Please sign in to comment.