https://github.com/codelenny/eslint-rules
My personal ESLint style rules.
https://github.com/codelenny/eslint-rules
Last synced: about 2 months ago
JSON representation
My personal ESLint style rules.
- Host: GitHub
- URL: https://github.com/codelenny/eslint-rules
- Owner: CodeLenny
- Created: 2017-06-05T16:33:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T21:17:22.000Z (over 8 years ago)
- Last Synced: 2025-01-11T11:39:10.890Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ryan's ESLint Configuration
My personal ESLint style rules.
## Usage
```bash
npm install --save-dev @codelenny/eslint-rules
```
```js
// .eslintrc.js
module.exports = Object.assign({}, require("@codelenny/eslint-rules").node, {
// Add any changes to the default rules here.
});
```