Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/herp-inc/eslint-config
A monorepo for ESLint shareable configs used in HERP, Inc.
https://github.com/herp-inc/eslint-config
Last synced: 3 days ago
JSON representation
A monorepo for ESLint shareable configs used in HERP, Inc.
- Host: GitHub
- URL: https://github.com/herp-inc/eslint-config
- Owner: herp-inc
- Created: 2020-05-12T06:40:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-20T14:40:59.000Z (7 months ago)
- Last Synced: 2024-04-21T15:45:41.271Z (7 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@herp-inc/eslint-config
- Size: 78.1 KB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eslint-config
A monorepo for [ESLint shareable configs](https://eslint.org/docs/developer-guide/shareable-configs)
## Packages
| Package | Version | Target |
| ---------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| [`@herp-inc/eslint-config`](https://github.com/herp-inc/eslint-config/tree/master/base) | [![npm](https://img.shields.io/npm/v/@herp-inc/eslint-config)](https://www.npmjs.com/package/@herp-inc/eslint-config) | [TypeScript](https://www.typescriptlang.org/) environments |
| [`@herp-inc/eslint-config-jest`](https://github.com/herp-inc/eslint-config/tree/master/jest) | [![npm](https://img.shields.io/npm/v/@herp-inc/eslint-config-jest)](https://www.npmjs.com/package/@herp-inc/eslint-config-jest) | [Jest](https://jestjs.io/) environments |
| [`@herp-inc/eslint-config-jsx`](https://github.com/herp-inc/eslint-config/tree/master/jsx) | [![npm](https://img.shields.io/npm/v/@herp-inc/eslint-config-jsx)](https://www.npmjs.com/package/@herp-inc/eslint-config-jsx) | [JSX](https://facebook.github.io/jsx/) environments |
| [`@herp-inc/eslint-config-node`](https://github.com/herp-inc/eslint-config/tree/master/node) | [![npm](https://img.shields.io/npm/v/@herp-inc/eslint-config-node)](https://www.npmjs.com/package/@herp-inc/eslint-config-node) | [Node.js](https://nodejs.org/en/) environments |
| [`@herp-inc/eslint-config-react`](https://github.com/herp-inc/eslint-config/tree/master/react) | [![npm](https://img.shields.io/npm/v/@herp-inc/eslint-config-react)](https://www.npmjs.com/package/@herp-inc/eslint-config-react) | [React](https://reactjs.org/) environments |## Lisence
MIT