2.0.0 • Published 5 years ago

@optimistdigital/eslint-config-rules v2.0.0

Weekly downloads
85
License
MIT
Repository
github
Last release
5 years ago

Optimist Digital | ESLint rules

This is a set of rules for ESLint. Based originally on Airbnb's config, we made some rules less strict. Specifically, the goal is to ensure that most stylistic errors (whitespace, etc) are warnings and not errors. This means that we can show more invasive error modals for actual logic errors, but smaller stuff can be ignored during some quick debugging because they only show up in the console.

Usage

With React

Add "extends": "@optimistdigital/eslint-config-rules/react" to your .eslintrc file.

(make sure you have the eslint-plugin-react plugin installed)

Without React

Add "extends": "@optimistdigital/eslint-config-rules" to your .eslintrc file.

2.0.0

5 years ago

1.7.4

5 years ago

1.7.3

5 years ago

1.7.2

5 years ago

1.7.1

7 years ago

1.7.0

7 years ago

1.6.2

7 years ago

1.6.1

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago