Skip to content

Commit

Permalink
chore: remove sonarjs rule
Browse files Browse the repository at this point in the history
this rule is no longer there in v3. remove its exclusion

related to #2197
Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Dec 5, 2024
1 parent af8c5aa commit 5520c7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/backend/src/managers/apiServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export class ApiServer implements Disposable {
async init(): Promise<void> {
const app = express();

// eslint-disable-next-line sonarjs/new-cap
const router = express.Router();
router.use(express.json());

Expand Down

0 comments on commit 5520c7b

Please sign in to comment.