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

eslint-define-config

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-define-config - npm Package Compare versions

Comparing version 1.13.0 to 1.14.0

18

package.json
{
"name": "eslint-define-config",
"version": "1.13.0",
"version": "1.14.0",
"description": "Provide a defineConfig function for .eslintrc.js files",

@@ -60,7 +60,7 @@ "main": "src/index.js",

"@types/prettier": "~2.7.2",
"@typescript-eslint/eslint-plugin": "~5.47.1",
"@typescript-eslint/parser": "~5.47.1",
"@typescript-eslint/eslint-plugin": "~5.48.1",
"@typescript-eslint/parser": "~5.48.1",
"change-case": "~4.1.2",
"eslint": "~8.31.0",
"eslint-config-prettier": "~8.5.0",
"eslint-config-prettier": "~8.6.0",
"eslint-gitignore": "~0.1.0",

@@ -72,3 +72,3 @@ "eslint-plugin-deprecation": "~1.3.3",

"eslint-plugin-jsdoc": "~39.6.4",
"eslint-plugin-jsonc": "~2.5.0",
"eslint-plugin-jsonc": "~2.6.0",
"eslint-plugin-mdx": "~2.0.5",

@@ -87,12 +87,12 @@ "eslint-plugin-n": "~15.6.0",

"json-schema-to-typescript": "~11.0.2",
"prettier": "2.8.1",
"prettier": "2.8.2",
"prettier-plugin-organize-imports": "~3.2.1",
"ts-dedent": "~2.2.0",
"tsx": "~3.12.1",
"tsx": "~3.12.2",
"typescript": "~4.9.4",
"upper-case-first": "~2.0.2",
"vitest": "~0.26.3",
"vitest": "~0.27.0",
"vue-eslint-parser": "~9.1.0"
},
"packageManager": "pnpm@7.21.0",
"packageManager": "pnpm@7.24.2",
"engines": {

@@ -99,0 +99,0 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0",

@@ -58,2 +58,9 @@ import type { ESLint, Linter } from 'eslint';

rules?: Rules;
/**
* An object containing name-value pairs of information that should be available to all rules.
*
* @see [Configuring shared settings](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#configuring-shared-settings)
*/
settings?: Record<string, any>;
}

@@ -60,0 +67,0 @@

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