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

eslint-config-enact

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-enact - npm Package Compare versions

Comparing version

to
4.2.1

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## [4.2.1] (February 27, 2024)
* Updated dependencies.
## [4.2.0] (January 3, 2024)

@@ -7,0 +11,0 @@

@@ -212,2 +212,4 @@ // Fix eslint shareable config (https://github.com/eslint/eslint/issues/3458)

'@typescript-eslint/no-array-constructor': 'warn',
'no-shadow': 'off',
'@typescript-eslint/no-shadow': 'warn',
'no-use-before-define': 'off',

@@ -214,0 +216,0 @@ '@typescript-eslint/no-use-before-define': ['warn', {

14

package.json
{
"name": "eslint-config-enact",
"version": "4.2.0",
"version": "4.2.1",
"description": "ESLint config for Enact",

@@ -27,10 +27,10 @@ "main": "index.js",

"@babel/eslint-parser": "^7.23.3",
"@babel/eslint-plugin": "^7.22.10",
"@babel/eslint-plugin": "^7.23.5",
"@rushstack/eslint-patch": "^1.6.1",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"babel-preset-enact": "^0.1.6",
"eslint": "^8.54.0",
"eslint-plugin-enact": "^1.0.6",
"eslint-plugin-jest": "^27.6.0",
"eslint": "^8.56.0",
"eslint-plugin-enact": "^1.0.7",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jsx-a11y": "^6.8.0",

@@ -37,0 +37,0 @@ "eslint-plugin-react": "^7.33.2",

Sorry, the diff of this file is too big to display