You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@idearium/eslint-config

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@idearium/eslint-config - npm Package Compare versions

Comparing version

to
5.0.0-beta.2

2

package.json
{
"name": "@idearium/eslint-config",
"version": "5.0.0-beta.1",
"version": "5.0.0-beta.2",
"description": "Idearium ESLint config.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -5,2 +5,3 @@ 'use strict';

root: true,
env: { jest: true },
extends: ['eslint:recommended', 'plugin:eslint-comments/recommended'],

@@ -7,0 +8,0 @@ };

'use strict';
const config = {
env: { 'shared-node-browser': true },
extends: [

@@ -5,0 +6,0 @@ '@idearium/eslint-config/src/common',

'use strict';
const config = {
env: { node: true },
extends: [

@@ -5,0 +6,0 @@ '@idearium/eslint-config/src/common',