shinGangan / nuxt-eslint-module

Nuxt modules that extend and use the Nuxt ESLint module
MIT License
0 stars 0 forks source link

docs: add Usage document #4

Open shinGangan opened 2 months ago

shinGangan commented 2 months ago

Context

add Usage document.

This time, I think it's better to modularize it and load it as an npm package instead of extending it.

WIP: Usage

npx nuxi@latest module add @shinGangan/nuxt-eslint-module
// nuxt.config.ts
export default defineNuxtConfig({
  devtools: { enabled: true },
  modules: ["nuxt-eslint-module"],
});

Ref