Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/josejefferson/eslint-config

This is my personal ESLint configuration
https://github.com/josejefferson/eslint-config

eslint eslint-rules lint lint-rules linter nextjs nodejs npm npm-package package react rules solidjs typescript

Last synced: 9 days ago
JSON representation

This is my personal ESLint configuration

Awesome Lists containing this project

README

        

# My ESLint Config

This is my personal ESLint configuration.

All configurations include Prettier for code formatting.

## Packages

| Package | NPM | Version |
| ------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| [Node.js](https://github.com/josejefferson/eslint-config/blob/main/node/README.md) | [![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/package/@josejefferson/eslint-config-node) | ![Version](https://img.shields.io/npm/v/@josejefferson/eslint-config-node?style=for-the-badge&label=Version) |
| [TypeScript](https://github.com/josejefferson/eslint-config/blob/main/typescript/README.md) | [![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/package/@josejefferson/eslint-config-typescript) | ![Version](https://img.shields.io/npm/v/@josejefferson/eslint-config-typescript?style=for-the-badge&label=Version) |
| [React/Next.js](https://github.com/josejefferson/eslint-config/blob/main/react/README.md) | [![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/package/@josejefferson/eslint-config-react) | ![Version](https://img.shields.io/npm/v/@josejefferson/eslint-config-react?style=for-the-badge&label=Version) |
| [SolidJS](https://github.com/josejefferson/eslint-config/blob/main/solid/README.md) | [![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/package/@josejefferson/eslint-config-solid) | ![Version](https://img.shields.io/npm/v/@josejefferson/eslint-config-solid?style=for-the-badge&label=Version) |

## Technologies used

![ESLint](https://img.shields.io/badge/ESLint-4B3263?style=for-the-badge&logo=eslint&logoColor=white)
![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white)
![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white)
![SolidJS](https://img.shields.io/badge/SolidJS-2c4f7c?style=for-the-badge&logo=solid&logoColor=c8c9cb)