@akinon/eslint-plugin-projectzero 1.18.0 → 1.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @akinon/eslint-plugin-projectzero
2
2
 
3
+ ## 1.19.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 846e3200: ZERO-2287: Add pz-masterpass plugin
8
+
3
9
  ## 1.18.0
4
10
 
5
11
  ## 1.17.1
@@ -8,7 +8,9 @@ const correctOrder = [
8
8
  'withPrettyUrl',
9
9
  'withRedirectionPayment',
10
10
  'withThreeDRedirection',
11
- 'withUrlRedirection'
11
+ 'withUrlRedirection',
12
+ 'withCompleteGpay',
13
+ 'withCompleteMasterpass'
12
14
  ];
13
15
  exports.default = utils_1.ESLintUtils.RuleCreator.withoutDocs({
14
16
  create(context) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/eslint-plugin-projectzero",
3
- "version": "1.18.0",
3
+ "version": "1.19.0",
4
4
  "private": false,
5
5
  "description": "ESLint plugin for Project Zero Next",
6
6
  "main": "dist/index.js",
@@ -7,7 +7,9 @@ const correctOrder = [
7
7
  'withPrettyUrl',
8
8
  'withRedirectionPayment',
9
9
  'withThreeDRedirection',
10
- 'withUrlRedirection'
10
+ 'withUrlRedirection',
11
+ 'withCompleteGpay',
12
+ 'withCompleteMasterpass'
11
13
  ];
12
14
 
13
15
  export default ESLintUtils.RuleCreator.withoutDocs({