Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roshan-labs/eslint-module

🚨 ESLint module for Nuxt3
https://github.com/roshan-labs/eslint-module

eslint nuxt-module nuxt3

Last synced: about 1 month ago
JSON representation

🚨 ESLint module for Nuxt3

Awesome Lists containing this project

README

        

# @roshan-labs/eslint-module

[![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/blob/main/LICENSE)

ESLint module for Nuxt, based on [vite-plugin-eslint](https://github.com/gxmari007/vite-plugin-eslint).

## Install

```sh
npm install @roshan-labs/eslint-module --save-dev
# or
yarn install @roshan-labs/eslint-module -D
```

## Usage

```js
import { defineNuxtConfig } from 'nuxt'

export default defineNuxtConfig({
modules: [
'@roshan-labs/eslint-module',
],
eslint: {
// options
},
})
```

## Options

View [vite-plugin-eslint](https://github.com/gxmari007/vite-plugin-eslint) options

## License

[MIT](https://github.com/roshan-labs/eslint-module/blob/main/LICENSE)