Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wildpeaks/packages-eslint-config

Generates the Eslint Shareable Configs
https://github.com/wildpeaks/packages-eslint-config

eslint npm-package

Last synced: 3 months ago
JSON representation

Generates the Eslint Shareable Configs

Awesome Lists containing this project

README

        

# Eslint Configs

![Github Release](https://img.shields.io/github/v/release/wildpeaks/packages-eslint-config.svg?label=Release&logo=github&logoColor=eceff4&colorA=4c566a&colorB=11abfb)

This generates packages for the following [Eslint configs](https://eslint.org/docs/developer-guide/shareable-configs):
- [@wildpeaks/legacy](https://www.npmjs.com/package/@wildpeaks/eslint-config-legacy) for ES5 Javascript projects without modules
- [@wildpeaks/commonjs](https://www.npmjs.com/package/@wildpeaks/eslint-config-commonjs) for ES2018 Javascript projects using CommonJS modules
- [@wildpeaks/esmodules](https://www.npmjs.com/package/@wildpeaks/eslint-config-esmodules) for ES2022 Javascript projects using ES Modules
- [@wildpeaks/typescript](https://www.npmjs.com/package/@wildpeaks/eslint-config-typescript) for ES2022 Typescript projects using ES Modules

And the matching [Prettier config](https://prettier.io/docs/en/configuration.html#sharing-configurations):
- [@wildpeaks/prettier-config](https://www.npmjs.com/package/@wildpeaks/prettier-config)