Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-t

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-t - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

14

package.json
{
"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 };
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc