eslint-config-zurgbot

0.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-zurgbot

Weekly Downloads

17

Version

0.1.0

License

MIT

Unpacked Size

5.44 kB

Total Files

5

Last publish

Collaborators

  • colbyfayock