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

@finsweet/eslint-config

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@finsweet/eslint-config - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

.prettierrc

6

.eslintrc.js
module.exports = {
parser: '@typescript-eslint/parser', // Specifies the ESLint parser
parserOptions: {
ecmaVersion: 2021, // Allows for the parsing of modern ECMAScript features
ecmaVersion: 'latest', // Allows for the parsing of modern ECMAScript features
sourceType: 'module', // Allows for the use of imports

@@ -53,4 +53,4 @@ },

// disallow use of console
'no-console': 'warn',
// disallow use of console statements (except for console.error)
'no-console': ['warn', { allow: ['error'] }],

@@ -57,0 +57,0 @@ // disallow the unary operators ++ and --

# @finsweet/eslint-config
## 2.0.3
### Patch Changes
- 83f7c26: whitelist console.error warnings
## 2.0.2

@@ -4,0 +10,0 @@

{
"name": "@finsweet/eslint-config",
"version": "2.0.2",
"version": "2.0.3",
"description": "Finsweet's official configuration for ESLint.",

@@ -9,6 +9,6 @@ "main": ".eslintrc.js",

"@changesets/cli": "^2.26.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",

@@ -15,0 +15,0 @@ "eslint-plugin-simple-import-sort": "^10.0.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