diff --git a/.changeset/fancy-jobs-vanish.md b/.changeset/fancy-jobs-vanish.md new file mode 100644 index 0000000..da1c3f4 --- /dev/null +++ b/.changeset/fancy-jobs-vanish.md @@ -0,0 +1,7 @@ +--- +"@naverpay/eslint-config": minor +--- + +🔥 off @typescript-eslint/naming-convention + +PR: [🔥 off @typescript-eslint/naming-convention](https://github.com/NaverPayDev/code-style/pull/87) diff --git a/packages/eslint-config/typescript/rules/index.js b/packages/eslint-config/typescript/rules/index.js index 2e12b3c..5201965 100644 --- a/packages/eslint-config/typescript/rules/index.js +++ b/packages/eslint-config/typescript/rules/index.js @@ -107,6 +107,8 @@ export default [ * @see https://typescript-eslint.io/rules/consistent-type-imports/ */ '@typescript-eslint/consistent-type-imports': ['error'], + + '@typescript-eslint/naming-convention': 'off', }, }, ]