@roshan-labs/eslint-module
v1.1.0
Published
[![npm (scoped)](https://img.shields.io/npm/v/@roshan-labs/eslint-module)](https://www.npmjs.com/package/@roshan-labs/eslint-module) [![GitHub](https://img.shields.io/github/license/roshan-labs/eslint-module)](https://github.com/roshan-labs/eslint-module/
Downloads
9
Readme
@roshan-labs/eslint-module
ESLint module for Nuxt, based on vite-plugin-eslint.
Install
npm install @roshan-labs/eslint-module --save-dev
# or
yarn install @roshan-labs/eslint-module -D
Usage
import { defineNuxtConfig } from 'nuxt'
export default defineNuxtConfig({
modules: [
'@roshan-labs/eslint-module',
],
eslint: {
// options
},
})
Options
View vite-plugin-eslint options