Skip to content

Commit

Permalink
Clarity of what override means
Browse files Browse the repository at this point in the history
  • Loading branch information
robatwilliams authored Oct 31, 2023
1 parent eeaaec3 commit 37b1656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-ecmascript-compat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ npm install --save-dev eslint-plugin-ecmascript-compat
"polyfills": [
"Array.prototype.includes"
],
// Optionally, override the browserslist config in the ESLint config
// Optionally, provide a browserslist to use instead of the project one
"overrideBrowserslist": "IE >= 11",
// Optionally, specify browserslist options - see https://github.com/browserslist/browserslist#js-api
"browserslistOptions": { "env": "legacy" }
Expand Down

0 comments on commit 37b1656

Please sign in to comment.