You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@eslint/eslintrc

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint/eslintrc - npm Package Compare versions

Comparing version

to
3.3.1

4

package.json
{
"name": "@eslint/eslintrc",
"version": "3.3.0",
"version": "3.3.1",
"description": "The legacy ESLintRC config file format for ESLint",
"type": "module",
"main": "./dist/eslintrc.cjs",
"types": "./dist/eslintrc.d.ts",
"types": "./dist/eslintrc.d.cts",
"exports": {

@@ -9,0 +9,0 @@ ".": {

@@ -11,8 +11,10 @@ # ESLintRC Library

```
npm install @eslint/eslintrc --save-dev
```shell
npm install @eslint/eslintrc -D
# or
yarn add @eslint/eslintrc -D
# or
pnpm install @eslint/eslintrc -D
# or
bun install @eslint/eslintrc -D
```

@@ -19,0 +21,0 @@