Files
TorrentMax/eslint.config.mjs
Mohammad Mahdi 5cbd1f8761 feat: Update index page UI and fix file permissions
- Add Arctic Lights background with radial gradient to index.vue
- Make multiple app files executable (changed modes from 644 to 755)
- Update dependencies in package-lock.json (browserslist, postcss-selector-parser, etc.) for latest versions and potential bug fixes
2025-12-03 21:56:48 +03:30

7 lines
120 B
JavaScript
Executable File

// @ts-check
import withNuxt from './.nuxt/eslint.config.mjs'
export default withNuxt(
// Your custom configs here
)