Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/memcrab/eslint-config-memcrab
Eslint config for Memcrab projects
https://github.com/memcrab/eslint-config-memcrab
Last synced: about 1 month ago
JSON representation
Eslint config for Memcrab projects
- Host: GitHub
- URL: https://github.com/memcrab/eslint-config-memcrab
- Owner: Memcrab
- Created: 2020-12-26T13:27:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T12:15:59.000Z (over 1 year ago)
- Last Synced: 2024-11-11T21:57:13.619Z (about 2 months ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
```
npm i --save-dev eslint-config-memcrab
```Add to the tsconfig next lines
```json
"parserOptions": {
"project": [
"./tsconfig.json"
]
},
```If using npm 5+, use this shortcut
```
npx install-peerdeps --dev eslint-config-memcrab
```If not
```
npm i --save-dev eslint eslint-plugin-no-loops @typescript-eslint/parser eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-jsdoc @getify/eslint-plugin-proper-arrows @typescript-eslint/eslint-plugin
```