https://github.com/naturalclar/eslint-config
custom eslint config for my personal repositories
https://github.com/naturalclar/eslint-config
Last synced: over 1 year ago
JSON representation
custom eslint config for my personal repositories
- Host: GitHub
- URL: https://github.com/naturalclar/eslint-config
- Owner: Naturalclar
- Created: 2020-04-07T07:44:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T18:03:39.000Z (over 5 years ago)
- Last Synced: 2025-04-13T19:13:48.675Z (over 1 year ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @naturalclar/eslint-config
Custom eslint config for my personal projects
Includes prettier and eslint-config for typescript project
The config is based of off `@react-native-community/eslint-config` with some modification for my needs.
## Installation
```
yarn add -D eslint @naturalclar/eslint-config
```
## Setup
Create an `.eslintrc.js` in your root directory of the project with the following settings
```js
module.exports = {
extends: "@naturalclar"
}
```