@idearium/eslint-config
Advanced tools
Comparing version
{ | ||
"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', |
4282
2.2%38
8.57%