feat(01-01): add TypeScript interfaces and configure ESLint for Nuxt
- shared/types/index.ts with tightened Project, Technology, TechStack, Testimonial, FAQ interfaces - technologies, category, date now required on Project (was optional) - FAQ uses i18n keys (questionKey, answerKey, featuresKey) - Replace old eslint.config.ts with Nuxt-compatible eslint.config.mjs
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import withNuxt from './.nuxt/eslint.config.mjs'
|
||||
|
||||
export default withNuxt()
|
||||
Reference in New Issue
Block a user