@mikey-pro/eslint-config 4.8.10 → 4.8.11

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 +1 -1
package/index.js CHANGED
@@ -438,7 +438,6 @@ module.exports = {
438
438
  'json/sort-package-json': 'pro',
439
439
  polyfills: ['Promise'],
440
440
  react: {
441
- pragma: 'h',
442
441
  version: 'detect',
443
442
  },
444
443
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "4.8.10",
3
+ "version": "4.8.11",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "dependencies": {