Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuxt/eslint
Collection of ESLint-related packages for Nuxt
https://github.com/nuxt/eslint
eslint nuxt
Last synced: 7 days ago
JSON representation
Collection of ESLint-related packages for Nuxt
- Host: GitHub
- URL: https://github.com/nuxt/eslint
- Owner: nuxt
- License: mit
- Created: 2018-10-12T22:50:48.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T12:31:05.000Z (about 2 months ago)
- Last Synced: 2024-10-30T02:30:45.212Z (about 2 months ago)
- Topics: eslint, nuxt
- Language: TypeScript
- Homepage: https://eslint.nuxt.com
- Size: 7.34 MB
- Stars: 551
- Watchers: 11
- Forks: 66
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![@nuxt/eslint](./.github/assets/social-card.png)
# 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]Collection of ESLint-related packages for Nuxt,
provides project-aware, easy-to-use, extensible and future-proof integrations.Refer to the [documentation](https://eslint.nuxt.com) for more details.
## Packages
- [@nuxt/eslint](./packages/module) - Nuxt module generating project-aware ESLint config
- [@nuxt/eslint-config](./packages/eslint-config) - Static ESLint Config
- [@nuxt/eslint-plugin](./packages/eslint-plugin) - ESLint Plugin## License
[MIT License](./LICENSE)
[npm-version-src]: https://img.shields.io/npm/v/@nuxt/eslint.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