@daldalso/eslint-plugin 1.2.2 → 1.2.3

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.
@@ -203,7 +203,7 @@ exports.default = utils_1.ESLintUtils.RuleCreator.withoutDocs({
203
203
  return;
204
204
  }
205
205
  var fromGeneric = false;
206
- v: for (var _i = 0, _b = context.getAncestors().reverse(); _i < _b.length; _i++) {
206
+ v: for (var _i = 0, _b = sourceCode.getAncestors(node).reverse(); _i < _b.length; _i++) {
207
207
  var v = _b[_i];
208
208
  switch (v.type) {
209
209
  case utils_1.AST_NODE_TYPES.TSPropertySignature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daldalso/eslint-plugin",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "main": "./dist/index.js",
5
5
  "repository": {
6
6
  "url": "git+https://github.com/JJoriping/eslint-plugin.git"