0.1.0 • Published 4 years ago

eslint-config-zurgbot v0.1.0

Weekly downloads
46
License
MIT
Repository
github
Last release
4 years ago

Zurgbot ESLint Config

An opinionated ESLint config.

General

Rules

Including but not limited to:

  • ✅ End of Line
  • ✅ Indent 2 spaces
  • ✅ Semicolons 🔥
  • ✅ Single Quotes (with exceptions)
  • ✅ Whitespace
  • 🚫 Console Logs
  • 🚫 Eval
  • ⚠️ Warning Comments (TODO/FIXME)
  • and more...

Extends

  • eslint:recommended

React

If eslint-plugin-react is installed, it loads the below.

Rules

  • ✅ Whitespace around curly braces

Extends

  • plugin:react/recommended
0.1.0

4 years ago

0.0.7

4 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago