https://github.com/redmadrobot/eslint-plugin-rmr-code-style
https://github.com/redmadrobot/eslint-plugin-rmr-code-style
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redmadrobot/eslint-plugin-rmr-code-style
- Owner: RedMadRobot
- Created: 2021-01-25T13:08:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T09:04:42.000Z (over 2 years ago)
- Last Synced: 2025-01-12T13:28:33.286Z (3 months ago)
- Language: TypeScript
- Size: 102 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Использование конфига eslint
```
npm i -D @rmr/eslint-plugin-rmr-code-style \
eslint-plugin-jest@latest \
eslint-plugin-react@latest \
eslint-plugin-import@latest \
eslint-plugin-prettier@latest \
eslint-config-prettier@latest \
@typescript-eslint/eslint-plugin \
eslint-plugin-react-hooks@latest
```В файле `.eslintrc`:
```json
{
"extends": [
"plugin:@rmr/rmr-code-style/config"
]
}
```[Пример полного конфига](https://github.com/RedMadRobot/eslint-plugin-rmr-code-style/blob/master/example/.eslintrc.json)
# Публикация
```shell
npm run build && npm publish
```