Skip to content

Commit

Permalink
add docs for default browserslist config (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed Mar 20, 2019
1 parent 84eb871 commit b301aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Alternatively, you can use the `recommended` configuration which will do this fo

## Targeting Browsers

`eslint-plugin-compat` uses the browserslist configuration in `package.json`
`eslint-plugin-compat` uses the browserslist configuration in `package.json`. If no configuration is found, browserslist [defaults to](https://github.com/browserslist/browserslist#queries) `> 0.5%, last 2 versions, Firefox ESR, not dead`.

See [browserslist/browserslist](https://github.com/browserslist/browserslist) for configuration. Here's some examples:

Expand Down

0 comments on commit b301aa0

Please sign in to comment.