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

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

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
```