[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-time. ⏰ SSR-safe time element for Nuxt 3
date nuxt nuxt-module server ssr
0

Configure Feed

Select the types of activity you want to include in your feed.

nuxt-time / eslint.config.js
231 B 14 lines
1// @ts-check 2import { createConfigForNuxt } from '@nuxt/eslint-config/flat' 3 4export default createConfigForNuxt({ 5 features: { 6 tooling: true, 7 stylistic: true, 8 }, 9 dirs: { 10 src: [ 11 './playground', 12 ], 13 }, 14})