@nuxt/eslint
Version:
Generate ESLint config from current Nuxt settings
28 lines (18 loc) • 1.16 kB
Markdown
# `@nuxt/eslint`
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]
[![Nuxt][nuxt-src]][nuxt-href]
All-in-one ESLint integration for Nuxt. It generates a project-aware [ESLint flat config](https://eslint.org/docs/latest/use/configure/configuration-files-new) and provides the ability to optionally run ESLint check along side the dev server.
Refer to the [documentation](https://eslint.nuxt.com/packages/module) for more details.
## License
MIT
<!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/@nuxt/eslint/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-version-href]: https://npmjs.com/package/@nuxt/eslint
[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxt/eslint.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-downloads-href]: https://npmjs.com/package/@nuxt/eslint
[license-src]: https://img.shields.io/npm/l/@nuxt/eslint.svg?style=flat&colorA=18181B&colorB=28CF8D
[license-href]: https://npmjs.com/package/@nuxt/eslint
[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
[nuxt-href]: https://nuxt.com