Socket
Socket
Sign inDemoInstall

@stylistic/eslint-plugin-ts

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylistic/eslint-plugin-ts - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

dist/block-spacing.js

@@ -376,3 +376,3 @@ 'use strict';

const createRule = utils.ESLintUtils.RuleCreator(
(name) => `https://typescript-eslint.io/rules/${name}`
(name) => `https://eslint.style/rules/ts/${name}`
);

@@ -379,0 +379,0 @@

@@ -35,4 +35,4 @@ 'use strict';

messages: {
unexpected: "There should be no space {{loc}} ','.",
missing: "A space is required {{loc}} ','."
unexpected: `There should be no space {{loc}} ','.`,
missing: `A space is required {{loc}} ','.`
}

@@ -39,0 +39,0 @@ },

{
"name": "@stylistic/eslint-plugin-ts",
"version": "0.0.5",
"version": "0.0.6",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",

@@ -27,3 +27,3 @@ "license": "MIT",

"graphemer": "^1.4.0",
"@stylistic/eslint-plugin-js": "0.0.5"
"@stylistic/eslint-plugin-js": "0.0.6"
},

@@ -30,0 +30,0 @@ "devDependencies": {

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