Skip to content

Commit

Permalink
Merge pull request #87 from NaverPayDev/feature/80
Browse files Browse the repository at this point in the history
🔥 off @typescript-eslint/naming-convention
  • Loading branch information
yceffort-naver authored Feb 20, 2025
2 parents 442dbfc + fb246f3 commit 2e7cdab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/fancy-jobs-vanish.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 2 additions & 0 deletions packages/eslint-config/typescript/rules/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
},
]

0 comments on commit 2e7cdab

Please sign in to comment.