@bigcommerce/eslint-plugin
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "@bigcommerce/eslint-plugin", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"main": "index.js", | ||
@@ -26,6 +26,6 @@ "author": "BigCommerce", | ||
"devDependencies": { | ||
"@typescript-eslint/parser": "^5.56.0", | ||
"@typescript-eslint/parser": "^7.8.0", | ||
"endent": "^2.1.0" | ||
}, | ||
"gitHead": "9971ce8bbc4a66fe832bf6eb6523fcbe0fe2fcb7" | ||
"gitHead": "1550befd2d38dc65c4872b2cb45c4d22126f1e2d" | ||
} |
/* eslint-disable sort-keys */ | ||
const { ESLintUtils } = require('@typescript-eslint/experimental-utils'); | ||
const tsutils = require('tsutils'); | ||
@@ -19,3 +18,3 @@ const ts = require('typescript'); | ||
create(context) { | ||
const parserServices = ESLintUtils.getParserServices(context); | ||
const { parserServices } = context.sourceCode; | ||
const typeChecker = parserServices.program.getTypeChecker(); | ||
@@ -22,0 +21,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5344
90