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.5.0 to 1.5.1

26

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

@@ -35,2 +35,12 @@ "main": "src/index.js",

},
"funding": [
{
"type": "github",
"url": "https://github.com/Shinigami92"
},
{
"type": "paypal",
"url": "https://www.paypal.com/donate/?hosted_button_id=L7GY729FBKTZY"
}
],
"bugs": "https://github.com/Shinigami92/eslint-define-config/issues",

@@ -46,8 +56,8 @@ "license": "MIT",

"@types/json-schema": "~7.0.11",
"@types/node": "~17.0.36",
"@types/node": "~17.0.40",
"@types/prettier": "~2.6.3",
"@typescript-eslint/eslint-plugin": "~5.27.0",
"@typescript-eslint/parser": "~5.27.0",
"@typescript-eslint/eslint-plugin": "~5.27.1",
"@typescript-eslint/parser": "~5.27.1",
"change-case": "~4.1.2",
"eslint": "~8.16.0",
"eslint": "~8.17.0",
"eslint-config-prettier": "~8.5.0",

@@ -62,3 +72,3 @@ "eslint-gitignore": "~0.1.0",

"eslint-plugin-unicorn": "~42.0.0",
"eslint-plugin-vue": "~9.0.1",
"eslint-plugin-vue": "~9.1.0",
"eslint-plugin-vue-pug": "~0.5.0",

@@ -70,7 +80,7 @@ "esno": "0.16.3",

"prettier-plugin-organize-imports": "~2.3.4",
"typescript": "~4.7.2",
"typescript": "~4.7.3",
"upper-case-first": "~2.0.2",
"vue-eslint-parser": "~9.0.2"
},
"packageManager": "pnpm@7.1.7",
"packageManager": "pnpm@7.1.9",
"engines": {

@@ -77,0 +87,0 @@ "node": ">= 14.6.0",

@@ -90,2 +90,14 @@ import type { Environments } from './env';

settings?: Settings;
/**
* Disabling Inline Comments.
*
* @see [Disabling Inline Comments](https://eslint.org/docs/user-guide/configuring/rules#disabling-inline-comments)
*/
noInlineConfig?: boolean;
/**
* Report unused `eslint-disable` comments.
*
* @see [Report unused `eslint-disable` comments](https://eslint.org/docs/user-guide/configuring/rules#report-unused-eslint-disable-comments)
*/
reportUnusedDisableDirectives?: boolean;
}

@@ -92,0 +104,0 @@

@@ -12,2 +12,3 @@ import type { RuleConfig } from '../rule-config';

variables?: boolean;
allowNamedExports?: boolean;
};

@@ -14,0 +15,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