Socket
Socket
Sign inDemoInstall

@stylistic/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylistic/eslint-plugin - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

3

dist/configs.js

@@ -207,4 +207,3 @@ 'use strict';

"FunctionExpression > .params[decorators.length > 0]",
"FunctionExpression > .params > :matches(Decorator, :not(:first-child))",
"ClassBody.body > PropertyDefinition[decorators.length > 0] > .key"
"FunctionExpression > .params > :matches(Decorator, :not(:first-child))"
],

@@ -211,0 +210,0 @@ ImportDeclaration: 1,

@@ -1,2 +0,2 @@

import { Linter, Rule } from 'eslint';
import { Linter, Rule, ESLint } from 'eslint';
import { UnprefixedRuleOptions } from './rule-options.js';

@@ -124,5 +124,5 @@ export { RuleOptions } from './rule-options.js';

rules: Rules;
configs: typeof configs;
configs: ESLint.Plugin['configs'] & typeof configs;
};
export { type Rules, type StylisticCustomizeOptions, UnprefixedRuleOptions, configs, customize, plugin as default };
{
"name": "@stylistic/eslint-plugin",
"version": "2.1.0",
"version": "2.2.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",

@@ -41,6 +41,6 @@ "license": "MIT",

"@types/eslint": "^8.56.10",
"@stylistic/eslint-plugin-jsx": "2.1.0",
"@stylistic/eslint-plugin-plus": "2.1.0",
"@stylistic/eslint-plugin-js": "2.1.0",
"@stylistic/eslint-plugin-ts": "2.1.0"
"@stylistic/eslint-plugin-js": "2.2.0",
"@stylistic/eslint-plugin-jsx": "2.2.0",
"@stylistic/eslint-plugin-plus": "2.2.0",
"@stylistic/eslint-plugin-ts": "2.2.0"
},

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

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