Socket
Socket
Sign inDemoInstall

@sxzz/eslint-config

Package Overview
Dependencies
231
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.6.0 to 3.6.1

3

./dist/index.js

@@ -10,2 +10,3 @@ // src/plugins.ts

import * as _pluginPrettier from "eslint-plugin-prettier";
import * as _configPrettier from "eslint-config-prettier";
import * as pluginImport from "eslint-plugin-i";

@@ -19,3 +20,2 @@ import * as pluginJsonc from "eslint-plugin-jsonc";

import * as parserJsonc from "jsonc-eslint-parser";
import * as configPrettier from "eslint-config-prettier";
function interopDefault(m) {

@@ -32,2 +32,3 @@ return m.default || m;

var pluginPrettier = interopDefault(_pluginPrettier);
var configPrettier = interopDefault(_configPrettier);

@@ -34,0 +35,0 @@ // src/configs/comments.ts

@@ -18,4 +18,2 @@ import { FlatESLintConfigItem } from 'eslint-define-config';

export { jsoncEslintParser as parserJsonc };
import * as eslintConfigPrettier from 'eslint-config-prettier';
export { eslintConfigPrettier as configPrettier };

@@ -86,2 +84,3 @@ declare const comments: FlatESLintConfigItem[];

declare const pluginPrettier: any;
declare const configPrettier: any;

@@ -100,2 +99,2 @@ declare const presetJavaScript: FlatESLintConfigItem[];

export { GLOB_ALL_SRC, GLOB_CSS, GLOB_DIST, GLOB_EXCLUDE, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_LOCKFILE, GLOB_MARKDOWN, GLOB_NODE_MODULES, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_YAML, all, basic, comments, getVueVersion, hasTypeScript, hasVue, ignores, imports, isInEditor, javascript, jsonc, markdown, pluginAntfu, pluginComments, pluginMarkdown, pluginPrettier, pluginTypeScript, pluginUnicorn, pluginUnocss, pluginVue, basic as presetBasic, presetJavaScript, presetLangsExtensions, prettier, reactivityTransform, sortPackageJson, sortTsconfig, sxzz, typescript, unicorn, unocss, vue, yml };
export { GLOB_ALL_SRC, GLOB_CSS, GLOB_DIST, GLOB_EXCLUDE, GLOB_HTML, GLOB_JS, GLOB_JSON, GLOB_JSON5, GLOB_JSONC, GLOB_JSX, GLOB_LESS, GLOB_LOCKFILE, GLOB_MARKDOWN, GLOB_NODE_MODULES, GLOB_SCSS, GLOB_SRC, GLOB_SRC_EXT, GLOB_STYLE, GLOB_TS, GLOB_TSX, GLOB_VUE, GLOB_YAML, all, basic, comments, configPrettier, getVueVersion, hasTypeScript, hasVue, ignores, imports, isInEditor, javascript, jsonc, markdown, pluginAntfu, pluginComments, pluginMarkdown, pluginPrettier, pluginTypeScript, pluginUnicorn, pluginUnocss, pluginVue, basic as presetBasic, presetJavaScript, presetLangsExtensions, prettier, reactivityTransform, sortPackageJson, sortTsconfig, sxzz, typescript, unicorn, unocss, vue, yml };

@@ -10,2 +10,3 @@ // src/plugins.ts

import * as _pluginPrettier from "eslint-plugin-prettier";
import * as _configPrettier from "eslint-config-prettier";
import * as pluginImport from "eslint-plugin-i";

@@ -19,3 +20,2 @@ import * as pluginJsonc from "eslint-plugin-jsonc";

import * as parserJsonc from "jsonc-eslint-parser";
import * as configPrettier from "eslint-config-prettier";
function interopDefault(m) {

@@ -32,2 +32,3 @@ return m.default || m;

var pluginPrettier = interopDefault(_pluginPrettier);
var configPrettier = interopDefault(_configPrettier);

@@ -34,0 +35,0 @@ // src/configs/comments.ts

{
"name": "@sxzz/eslint-config",
"version": "3.6.0",
"version": "3.6.1",
"packageManager": "pnpm@8.7.6",

@@ -5,0 +5,0 @@ "description": "ESLint config for @sxzz.",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc