@mikey-pro/eslint-config 4.3.1 → 4.3.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 +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -296,7 +296,7 @@ module.exports = {
296
296
  node: true,
297
297
  es6: true,
298
298
  commonjs: true,
299
- es1011: true,
299
+ es2022: true,
300
300
  },
301
301
  rules: {
302
302
  'no-restricted-syntax': [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "dependencies": {