Skip to content

Commit

Permalink
feat: add strict readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 18, 2020
1 parent bd13bef commit 6989d09
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ Add a lint script to your `package.json`:
"lint": "eslint . --fix"
```

## Strict Version
You can instead use the `strict` version which throws errors instead of warning:
```json
{
"extends": "eslint-config-atomic/strict",
"ignorePatterns": ["dist/", "node_modules/"]
}
```

## Behind the scenes

This configuration lints JavaScript, TypeScript, CoffeeScript, JSON, and YAML.

0 comments on commit 6989d09

Please sign in to comment.