Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moser-jose/eslint-config
Custom ESLint configuration for Node.js and React Native projects with TypeScript and Prettier
https://github.com/moser-jose/eslint-config
eslint node react react-na typescript
Last synced: 16 days ago
JSON representation
Custom ESLint configuration for Node.js and React Native projects with TypeScript and Prettier
- Host: GitHub
- URL: https://github.com/moser-jose/eslint-config
- Owner: moser-jose
- License: mit
- Created: 2025-01-19T14:58:06.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2025-01-19T14:59:36.000Z (22 days ago)
- Last Synced: 2025-01-19T15:29:14.617Z (22 days ago)
- Topics: eslint, node, react, react-na, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@mosmmy/eslint-config
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ESLint Configurations
This package provides shared ESLint configurations for Node.js and React Native projects.
## Installation
```bash
# Using npm
npm install -D @mosmmy/eslint-config# Using yarn
yarn add -D @mosmmy/eslint-config# Using pnpm
pnpm add -D @mosmmy/eslint-config
```## Configurations
### Node.js Configuration
Add the following to your `.eslintrc.json` or `.eslintrc.js`:
```json
{
"extends": ["@mosmmy/eslint-config/node"]
}
```### React Native Configuration
Add the following to your `.eslintrc.json` or `.eslintrc.js`:
```json
{
"extends": ["@mosmmy/eslint-config/react-native"]
}
```## VS Code Integration
For the best experience, install these VS Code extensions:
1. ESLint
2. PrettierAdd these settings to your VS Code settings:
```json
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
```## Licence
This project is governed by the [MIT](LICENSE.md). Just remember to be a nice person and send back any modifications, corrections or improvements. ✌️
## Author
| [
@moser-jose](https://github.com/moser-jose) |
| :---: |