feat: claude nuxt 프로젝트 생성
This commit is contained in:
9
eslint.config.mjs
Normal file
9
eslint.config.mjs
Normal file
@@ -0,0 +1,9 @@
|
||||
// @ts-check
|
||||
import withNuxt from './.nuxt/eslint.config.mjs'
|
||||
|
||||
export default withNuxt({
|
||||
rules: {
|
||||
// 단일 단어 컴포넌트명 허용 (예: error.vue, index.vue)
|
||||
'vue/multi-word-component-names': 'off',
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user