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

@pro-vision/eslint-config-pv

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pro-vision/eslint-config-pv - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

42

CHANGELOG.md

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

# 3.1.0
# Changelog
## 3.2.0
- Updated: updated rules for eslint up to v8.44.0
- Updated: updated rules for @typescript-eslint up to v5.60.1
## 3.1.0
- Updated: updated rules for eslint v8.22.0

@@ -8,3 +16,3 @@ - Updated: updated rules for @typescript-eslint v5.34.0

# 3.0.0
## 3.0.0

@@ -16,3 +24,3 @@ - Updated: updated rules for eslint v8.1.0 (+ recommended)

# 2.3.0
## 2.3.0

@@ -25,11 +33,11 @@ - Added: typescript rule set to be used with @typescript-eslint

# 2.1.1
## 2.1.1
- Changed: made prettier optional
# 2.1.0
## 2.1.0
- Changed: added prettier compatibility
# 2.0.0
## 2.0.0

@@ -67,27 +75,27 @@ - Changed: Compatible with eslint 4.6.1

# 1.0.10
## 1.0.10
- Changed: curly to: "error", "multi-line", "consistent"
# 1.0.9
## 1.0.9
(Skipped because of publishing issues))
# 1.0.8
## 1.0.8
(Skipped because of publishing issues)
# 1.0.7
## 1.0.7
- Updated: license
# 1.0.6
## 1.0.6
- Changed: disabled no-new
# 1.0.5
## 1.0.5
- Changed: Moved strict to es6.js
# 1.0.4
## 1.0.4

@@ -99,11 +107,11 @@ - Changed: no-magic-numbers to 0

# 1.0.3
## 1.0.3
- Added: tests
# 1.0.2
## 1.0.2
- Fixed: testing transferring ownership
# 1.0.1
## 1.0.1

@@ -113,4 +121,4 @@ - Changed: publishing through npmpub

# 1.0.0
## 1.0.0
- Initial release
{
"name": "@pro-vision/eslint-config-pv",
"version": "3.1.0",
"version": "3.2.0",
"description": "pro!vision ESLint configuration. Can be adapted and adjusted in each project.",

@@ -53,14 +53,14 @@ "author": {

"devDependencies": {
"@eslint/js": "8.44.0",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "5.34.0",
"@typescript-eslint/parser": "5.34.0",
"eslint": "8.22.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"jest": "27.3.1",
"prettier": "2.7.1",
"typescript": "4.7.4"
},
"dependencies": {}
"prettier": "2.8.8",
"typescript": "5.1.6"
}
}

@@ -9,3 +9,3 @@ # @pro-vision/eslint-config-pv

This is version >= 3.0.0 of eslint-config-pv, which is compatible with eslint >= 8.1. If you are using eslint 3, use eslint-config-pv 1.0.10
This is version >= 3.1. of eslint-config-pv, which is compatible with eslint >= 8.22. If you are using eslint 3, use eslint-config-pv 1.0.10

@@ -30,3 +30,3 @@ ## Installation

```
```js
{

@@ -47,3 +47,3 @@ "extends": "@pro-vision/eslint-config-pv",

```
```js
{

@@ -68,3 +68,3 @@ "extends": "@pro-vision/eslint-config-pv/legacy",

```
```js
{

@@ -81,3 +81,3 @@ "extends": "@pro-vision/eslint-config-pv/prettier"

You need to install `typescript` and additional `@typescript-eslint` plugins (>=v5.3):
You need to install `typescript` and additional `@typescript-eslint` plugins (>=v5.34):

@@ -90,3 +90,3 @@ ```bash

```json
```js
{

@@ -102,3 +102,3 @@ "extends": [

```json
```js
{

@@ -105,0 +105,0 @@ "extends": [

@@ -46,3 +46,6 @@ // list of eslint rules newer that 4.x and es6 rules which aren't provided in other files already,

"prefer-object-has-own": "off",
"logical-assignment-operators": "off",
"no-empty-static-block": "off",
"no-new-native-nonconstructor": "off",
}
};

@@ -136,3 +136,12 @@ module.exports = {

"@typescript-eslint/space-before-blocks": "off",
"@typescript-eslint/block-spacing": "off",
"@typescript-eslint/key-spacing": "off",
"@typescript-eslint/lines-around-comment": "off",
"@typescript-eslint/no-duplicate-type-constituents": "off",
"@typescript-eslint/no-import-type-side-effects": "off",
"@typescript-eslint/no-mixed-enums": "off",
"@typescript-eslint/no-unsafe-declaration-merging": "off",
"@typescript-eslint/no-unsafe-enum-comparison": "off",
"@typescript-eslint/sort-type-constituents": "off",
}
};
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