eslint-plugin-t
Advanced tools
Comparing version 1.4.0 to 1.5.0
{ | ||
"name": "eslint-plugin-t", | ||
"version": "1.4.0", | ||
"repository": "github:eslift/eslint-plugin-t", | ||
"version": "1.5.0", | ||
"main": "./src/index.js", | ||
@@ -14,9 +13,9 @@ "scripts": { | ||
"devDependencies": { | ||
"eslint": "^7.29.0", | ||
"eslint-config-eslift": "^1.3.0", | ||
"prettier": "^2.3.1", | ||
"typescript": "^4.3.4" | ||
"eslint": "^8.17.0", | ||
"eslint-config-xt": "^1.5.0", | ||
"prettier": "^2.6.2", | ||
"typescript": "^4.7.3" | ||
}, | ||
"eslintConfig": { | ||
"extends": "eslift", | ||
"extends": "xt", | ||
"rules": { | ||
@@ -31,3 +30,4 @@ "@typescript-eslint/no-var-requires": 0 | ||
}, | ||
"repository": "github:eslint-tools/eslint-plugin-t", | ||
"license": "ISC" | ||
} |
const stringLiteralRule = require('./string-literal'); | ||
const arrayLiteralRule = require('./array-literal'); | ||
const rules = { | ||
'string-literal': stringLiteralRule, | ||
'array-literal': arrayLiteralRule, | ||
}; | ||
module.exports = { rules }; |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the 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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2911
5
75
1