Skip to content

Commit

Permalink
Merge pull request #15 from button/mattm-ecma-2020
Browse files Browse the repository at this point in the history
Update ECMA to 2020
  • Loading branch information
mattatusebutton authored Jun 17, 2024
2 parents 6fa2e88 + affcb91 commit b663fdb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* 2.1.0 June 17, 2024
- Update ECMA version to 2020

* 2.0.0 January 11, 2021
- Scopes package to button organization
Projects using eslint can extend the repo like so:
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
"airbnb-base/rules/es6",
],
parserOptions: {
ecmaVersion: 2018,
ecmaVersion: 2020,
},
"env": {
"es6": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@button/eslint-config-button-platform",
"version": "2.0.0",
"version": "2.1.0",
"description": "Button Platform's eslint config",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit b663fdb

Please sign in to comment.