@mikey-pro/eslint-config 4.3.0 → 4.3.1

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 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -459,8 +459,6 @@ module.exports = {
459
459
  'tsconfig.json',
460
460
  ],
461
461
  root: true,
462
- failOnError: false,
463
- emitWarning: true,
464
462
  settings: {
465
463
  'json/sort-package-json': 'pro',
466
464
  polyfills: ['Promise'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "dependencies": {