@roshan-labs/eslint-module
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@roshan-labs/eslint-module

npm (scoped) GitHub

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

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @roshan-labs/eslint-module

Weekly Downloads

7

Version

1.1.0

License

MIT

Unpacked Size

4.36 kB

Total Files

8

Last publish

Collaborators

  • gxmari007