@alexlit/config-eslint 83.0.0 → 83.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -176,7 +176,6 @@ const createConfig = (plugins = {}, options = {}) =>
176
176
 
177
177
  env: {
178
178
  browser: true,
179
- es6: true,
180
179
  node: true,
181
180
 
182
181
  ...options.env,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-eslint",
3
- "version": "83.0.0",
3
+ "version": "83.0.2",
4
4
  "private": false,
5
5
  "description": "Eslint config",
6
6
  "keywords": [
@@ -71,7 +71,7 @@
71
71
  "eslint-plugin-regexp": "^2.5.0",
72
72
  "eslint-plugin-security": "^3.0.0",
73
73
  "eslint-plugin-simple-import-sort": "^12.1.0",
74
- "eslint-plugin-sonarjs": "^1.0.0",
74
+ "eslint-plugin-sonarjs": "^1.0.3",
75
75
  "eslint-plugin-sort-class-members": "^1.20.0",
76
76
  "eslint-plugin-sort-destructure-keys": "^2.0.0",
77
77
  "eslint-plugin-sort-keys-fix": "^1.1.2",