GitXplorerGitXplorer
j

eslint-plugin-replyguy

public
421 stars
11 forks
6 issues

Commits

List of commits on branch main.
Verified
18178ed43e49073e5ea9a54931eb83a679be7afe

feat: use and don't use jsx (#10)

jjudicaelandria committed 4 years ago
Verified
b6bdd12a67b2605d12f0c3710f5d7b8fc7c161f4

feat: sleep is for the weak (#11)

ddarrenvong committed 4 years ago
Verified
4e130f650d9eb2036978821c7df23c35da761127

feat: no tests allowed (#15)

mmecm1993 committed 4 years ago
Verified
c256e5f5d61ee815a66333ff4b0884b3ae766e19

feat: added theme and font rules (#14)

aajstrand committed 4 years ago
Verified
2769ef3211877db00b47d35d3b73f5fec219d333

feat: add no-css-in-js rule (#12)

ddarrenvong committed 4 years ago
Verified
b2308f55e5e2bd7858db1f4396ebaf7b81e0dffe

1.7.0

jjlengstorf committed 4 years ago

README

The README file for this repository.

eslint-plugin-replyguy

The ESLint plugin you definitely didn’t ask for.

The plugin in action

This plugin was inspired by @cassidoo’s Reply Guys video 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.

Install & Config

npm install --save-dev eslint-plugin-replyguy

In your .eslintrc.js, add this plugin as a preset:

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.