Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/roshan-labs/eslint-module
- Owner: roshan-labs
- License: mit
- Created: 2022-05-12T07:31:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T02:52:04.000Z (about 2 years ago)
- Last Synced: 2024-10-12T22:40:13.401Z (3 months ago)
- Topics: eslint, nuxt-module, nuxt3
- Language: TypeScript
- Homepage:
- Size: 695 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)