🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

eslint-config-wanews-base

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-wanews-base - npm Package Compare versions

Comparing version

to
2.2.0

7

CHANGELOG.md
# eslint-config-wanews-base
## 2.2.0
### Minor Changes
- 7417be5: Changed peer dependencies to greater than to allow end projects to update without warnings
- 7417be5: Turn off @typescript-eslint/no-unused-vars
## 2.1.1

@@ -4,0 +11,0 @@

3

index.js

@@ -15,5 +15,6 @@ "use strict"

"@typescript-eslint/explicit-function-return-type": 0,
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/no-non-null-assertion": 0,
"@typescript-eslint/no-use-before-define": 0,
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/no-unused-vars": 0,
"@typescript-eslint/array-type": [1, { default: "array-simple" }],

@@ -20,0 +21,0 @@ "no-prototype-builtins": 0,

{
"name": "eslint-config-wanews-base",
"version": "2.1.1",
"version": "2.2.0",
"description": "",

@@ -19,7 +19,7 @@ "main": "index.js",

"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0"
"@typescript-eslint/eslint-plugin": ">=2.26.0",
"@typescript-eslint/parser": ">=2.26.0",
"eslint": ">=6.8.0",
"eslint-config-prettier": ">=6.10.0"
}
}