Socket
Socket
Sign inDemoInstall

@stylistic/eslint-plugin-ts

Package Overview
Dependencies
Maintainers
0
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 2.6.0-beta.0 to 2.6.0-beta.1

2

dist/configs.js

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

// Only include fixable rules
rule.meta.fixable && !rule.meta.deprecated && key === rule.meta.docs.url.split("/").pop() && (!filter )
rule.meta.fixable && !rule.meta.deprecated && key === rule.meta.docs.url.split("/").pop() && (!filter)
)

@@ -13,0 +13,0 @@ ).map(([key]) => [`${name}/${key}`, 2])

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

return {
type,
...base
...base,
type
};

@@ -129,0 +129,0 @@ }

@@ -267,2 +267,6 @@ 'use strict';

// Additional Typescript constructs
"enum": newKeywordTester(
utils.AST_NODE_TYPES.TSEnumDeclaration,
"enum"
),
"interface": newKeywordTester(

@@ -269,0 +273,0 @@ utils.AST_NODE_TYPES.TSInterfaceDeclaration,

@@ -18,7 +18,7 @@ import type { Linter, Rule } from 'eslint'

*/
'disable-legacy': Linter.FlatConfig
'disable-legacy': Linter.Config
/**
* Enable all rules, in Flat Config Format
*/
'all-flat': Linter.FlatConfig
'all-flat': Linter.Config
/**

@@ -25,0 +25,0 @@ * Enable all rules, in Legacy Config Format

{
"name": "@stylistic/eslint-plugin-ts",
"version": "2.6.0-beta.0",
"version": "2.6.0-beta.1",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",

@@ -67,8 +67,8 @@ "license": "MIT",

"dependencies": {
"@types/eslint": "^8.56.10",
"@typescript-eslint/utils": "^8.0.0-alpha.34",
"@stylistic/eslint-plugin-js": "2.6.0-beta.0"
"@types/eslint": "^9.6.0",
"@typescript-eslint/utils": "^8.0.0-alpha.54",
"@stylistic/eslint-plugin-js": "2.6.0-beta.1"
},
"devDependencies": {
"@typescript-eslint/rule-tester": "^8.0.0-alpha.34"
"@typescript-eslint/rule-tester": "^8.0.0-alpha.54"
},

@@ -75,0 +75,0 @@ "scripts": {

@@ -32,2 +32,3 @@ /* GENERATED, DO NOT EDIT DIRECTLY */

| 'do'
| 'enum'
| 'export'

@@ -79,2 +80,3 @@ | 'for'

| 'do'
| 'enum'
| 'export'

@@ -125,2 +127,3 @@ | 'for'

| 'do'
| 'enum'
| 'export'

@@ -127,0 +130,0 @@ | 'for'

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