eslint-plugin-pep8-blank-lines
Advanced tools
Comparing version 0.0.5 to 0.0.6
/** | ||
* @fileoverview Custom matchers introduced in this project | ||
*/ | ||
const astUtils = require('eslint/lib/util/ast-utils'); | ||
const astUtils = require('eslint-ast-utils'); | ||
const isarray = require('./polyfills/isarray.js'); | ||
@@ -6,0 +6,0 @@ |
const isarray = require('./polyfills/isarray.js'); | ||
const astUtils = require('eslint/lib/util/ast-utils'); | ||
const astUtils = require('eslint-ast-utils'); | ||
const isComma = astUtils.isCommaToken; | ||
@@ -5,0 +5,0 @@ const isSemicolon = astUtils.isSemicolonToken; |
{ | ||
"name": "eslint-plugin-pep8-blank-lines", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Ref: https://www.python.org/dev/peps/pep-0008/#blank-lines", | ||
@@ -26,3 +26,3 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"eslint": "^5.3.0" | ||
"eslint": "^6" | ||
}, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76214
18
1