Skip to content

Commit

Permalink
Update exponentiation operator path due to mdn breaking change (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
robatwilliams authored Nov 28, 2020
1 parent c8f7705 commit 2b0bc8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ module.exports = [
},
{
ruleConfig: { definition: esPlugin.rules['no-exponential-operators'] },
compatFeatures: [compatData.javascript.operators.arithmetic.exponentiation],
compatFeatures: [compatData.javascript.operators.exponentiation],
},
];
6 changes: 3 additions & 3 deletions packages/eslint-plugin-ecmascript-compat/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/eslint-plugin-ecmascript-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"browserslist": "^4.8.0",
"eslint-plugin-es": "^2.0.0",
"lodash": "^4.17.15",
"mdn-browser-compat-data": "^1.0.0"
"mdn-browser-compat-data": "^1.0.25"
},
"devDependencies": {
"eslint": "^6.7.1",
Expand Down

0 comments on commit 2b0bc8a

Please sign in to comment.