Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlengstorf/eslint-plugin-replyguy
The ESLint plugin you definitely didn’t ask for.
https://github.com/jlengstorf/eslint-plugin-replyguy
Last synced: 12 days ago
JSON representation
The ESLint plugin you definitely didn’t ask for.
- Host: GitHub
- URL: https://github.com/jlengstorf/eslint-plugin-replyguy
- Owner: jlengstorf
- Created: 2020-08-08T02:17:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-08-10T21:07:21.000Z (over 4 years ago)
- Last Synced: 2024-10-11T13:29:10.162Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/eslint-plugin-replyguy
- Size: 31.3 KB
- Stars: 421
- Watchers: 4
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-dev-fun - eslint-plugin-replyguy - The ESLint plugin you definitely didn’t ask for. (JavaScript)
- awesome-list - eslint-plugin-replyguy
README
# `eslint-plugin-replyguy`
The ESLint plugin you definitely didn’t ask for.
![The plugin in action](https://res.cloudinary.com/jlengstorf/video/upload/vs_60,dl_150,e_loop/v1596922463/oss/eslint-plugin-replyguy/wnkulwmpqhfdkej133in.gif)
This plugin was inspired by [@cassidoo’s Reply Guys video](https://twitter.com/cassidoo/status/1284201376516435968) and multiple daily reminders that no matter what you tweet, there’s a Reply Guy ready to tell you you’re wrong. [@tesseralis was tweeting about this long before I had this idea.](https://twitter.com/tesseralis/status/1260665841978204161)
## Install & Config
```bash
npm install --save-dev eslint-plugin-replyguy
```In your `.eslintrc.js`, add this plugin as a preset:
```js
module.exports = {
extends: ['plugin:replyguy/all'],
};
```## Why You Should Use This Plugin
If you want your development experience to closely mirror what it’s like to share code on Twitter, you’ll love this ESLint config!
The rules in this repo are mostly untested and largely based on something read somewhere once and half-remembered but asserted as Absolute Truth™.
## Contributions Welcome
Please submit your favorite contradictory opinions as enforceable rules. Only changes that result in circular errors will be merged. But don’t you _dare_ submit tests or types or something that would make this repo look like quality software.