Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wildpeaks/packages-eslint-config
- Owner: wildpeaks
- License: mit
- Created: 2016-10-18T08:14:18.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T19:08:28.000Z (over 1 year ago)
- Last Synced: 2024-10-09T15:53:32.837Z (3 months ago)
- Topics: eslint, npm-package
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ModulesAnd the matching [Prettier config](https://prettier.io/docs/en/configuration.html#sharing-configurations):
- [@wildpeaks/prettier-config](https://www.npmjs.com/package/@wildpeaks/prettier-config)