https://github.com/s14k51/eslint-config-ruby
Enforces good coding practices.
https://github.com/s14k51/eslint-config-ruby
coding-practices eslint eslint-config eslintconfig
Last synced: about 2 months ago
JSON representation
Enforces good coding practices.
- Host: GitHub
- URL: https://github.com/s14k51/eslint-config-ruby
- Owner: s14k51
- License: mit
- Created: 2020-03-22T00:03:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T10:24:08.000Z (over 1 year ago)
- Last Synced: 2025-09-27T17:33:20.967Z (6 months ago)
- Topics: coding-practices, eslint, eslint-config, eslintconfig
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/eslint-config-ruby
- Size: 189 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/eslint-config-ruby)
[](https://renovateapp.com/)
[](https://snyk.io/test/github/s14k51/eslint-config-ruby?targetFile=package.json)
[](https://sonarcloud.io/dashboard?id=s14k51_eslint-config-ruby)
[](https://sonarcloud.io/dashboard?id=s14k51_eslint-config-ruby)
[](https://sonarcloud.io/dashboard?id=s14k51_eslint-config-ruby)
[](https://sonarcloud.io/dashboard?id=s14k51_eslint-config-ruby)
[](https://sonarcloud.io/dashboard?id=s14k51_eslint-config-ruby)
[](https://sonarcloud.io/dashboard?id=s14k51_eslint-config-ruby)
[](https://sonarcloud.io/dashboard?id=s14k51_eslint-config-ruby)
# eslint-config-ruby
Enforces good coding practices. Inspired by [rubystyle.guide](https://rubystyle.guide).
# Installation
```bash
npm i -D eslint eslint-config-ruby
```
or
```bash
yarn add -D eslint eslint-config-ruby
```
# Usage
Add a `.eslintrc` file in your project root with this config,
```json
{
"extends": "ruby"
}
```