Skip to content

Commit

Permalink
Patch Next Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Jan 27, 2024
1 parent 1e5d847 commit e3aa141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/POAPModal/POAPModal.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable sonarjs/cognitive-complexity */
'use client';

import clsx from 'clsx';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint -c .eslintrc.json --ext .ts ./src",
"lint": "next lint",
"dev": "next dev",
"build": "next build"
},
Expand Down

0 comments on commit e3aa141

Please sign in to comment.