Skip to content

Commit 3fe72c5

Browse files
authored
Use the eslint config at the root of the repo (#2414)
* Use the eslint config at the root of the repo * Add changelog entry
1 parent 9e877ff commit 3fe72c5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
root: true,
23
parser: '@babel/eslint-parser',
34
extends: [ 'plugin:@woocommerce/eslint-plugin/recommended' ],
45
globals: {

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
= 6.7.0 - 2022-xx-xx
44
* Fix - Check payment method before updating payment method title.
5+
* Fix - Use the eslint config at the root of the repo.
56

67
= 6.6.0 - 2022-08-17 =
78
* Fix - Fix "Pending" text instead of numeric amount on Payment Request button on iOS.

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,6 @@ If you get stuck, you can ask for help in the Plugin Forum.
130130

131131
= 6.7.0 - 2022-xx-xx =
132132
* Fix - Check payment method before updating payment method title.
133+
* Fix - Use the eslint config at the root of the repo.
133134

134135
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-stripe/trunk/changelog.txt).

0 commit comments

Comments
 (0)