diff --git a/.eslintrc.js b/.eslintrc.js index 86c844b..2a08338 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -17,24 +17,7 @@ const config = { "warn", { prefer: "type-imports", fixStyle: "separate-type-imports" }, ], - "@typescript-eslint/naming-convention": [ - "warn", - { - selector: ["variable", "property"], - format: ["camelCase"], - leadingUnderscore: "allow", - trailingUnderscore: "allow", - }, - { - selector: ["typeLike"], - format: ["PascalCase"], - }, - { - selector: ["variable", "function"], - format: null, - modifiers: ["global"], - }, - ], + "@typescript-eslint/naming-convention": ["off"], "@typescript-eslint/no-misused-promises": [ 2, { checksVoidReturn: { attributes: false } },