Skip to content

Commit

Permalink
Disable @typescript-eslint/naming-convention for eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Feb 13, 2024
1 parent 816cf28 commit 12ba641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// @ts-check
/* eslint-disable @typescript-eslint/naming-convention */

import eslint from "@eslint/js";
import tseslint from "typescript-eslint";
Expand Down

0 comments on commit 12ba641

Please sign in to comment.