From 883f35390d307e42a742328781e7f519c92d38d0 Mon Sep 17 00:00:00 2001 From: yceffort Date: Thu, 20 Feb 2025 18:10:37 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[#80]=20=F0=9F=94=A5=20off=20@typescript-es?= =?UTF-8?q?lint/naming-convention?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/eslint-config/typescript/rules/index.js | 2 ++ 1 file changed, 2 insertions(+) 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', }, }, ] From fb246f356990ebc144c091eb4f06ab9de6efb4e4 Mon Sep 17 00:00:00 2001 From: yceffort_naver <158988311+yceffort-naver@users.noreply.github.com> Date: Thu, 20 Feb 2025 18:12:59 +0900 Subject: [PATCH 2/2] Create fancy-jobs-vanish.md --- .changeset/fancy-jobs-vanish.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/fancy-jobs-vanish.md 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)