Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Apr 21, 2017
1 parent 8050ecc commit c02f0f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ common tasks like `lint:js`, `lint:css`, `fix:js`, `fix:css`.

#### ESLint Plugins

- `css-modules`: Checks whether CSS classes which are accessed via CSS modules are defined.
- `filenames`: Validation for file names matching some common sense requirements.
- `flowtype`: Support for checking FlowType syntax to match rules.
- `flowtype-errors`: Helps writing correct FlowType declarations.
Expand All @@ -141,7 +142,7 @@ common tasks like `lint:js`, `lint:css`, `fix:js`, `fix:css`.
- `node`: Prevents usage of deprecated features and other checks when developing NodeJS based apps.
- `promise`: Checks for correctly working with Promises.
- `react`: React specific checks for requiring specific structures of classes + preferring functional patterns.
- `security`: Checks for security issues in e.g. RegExps.
- `security`: Checks for security issues in e.g. RegExps. (Disabled right now)

### Prettier ([Project](https://github.com/prettier/prettier))

Expand Down

0 comments on commit c02f0f2

Please sign in to comment.