1.1.0 • Published 2 years ago

@roshan-labs/eslint-module v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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

1.1.0

2 years ago

1.0.0

2 years ago

0.1.2

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago