Skip to content

Commit

Permalink
chore: bump eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
pnodet committed Nov 25, 2024
1 parent 9cb4e6d commit 8148715
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { nivalis } from '@nivalis/eslint-config';

export default nivalis(
{
tailwindcss: false,
typescript: {
configPath: './tsconfig.json',
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,11 @@
"typescript": "^5.0.0"
},
"devDependencies": {
"@nivalis/eslint-config": "3.4.0",
"@nivalis/eslint-config": "4.1.1",
"@nivalis/prettier-config": "3.3.3",
"@types/bun": "latest",
"eslint": "^9.9.0",
"lint-staged": "15.2.7",
"eslint": "9.15.0",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"simple-git-hooks": "2.11.1",
"unbuild": "2.0.0"
Expand Down

0 comments on commit 8148715

Please sign in to comment.