@mikey-pro/eslint-config 4.10.0 → 4.10.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.
- package/index.js +0 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -381,7 +381,6 @@ module.exports = {
|
|
|
381
381
|
'react/jsx-no-target-blank': 1,
|
|
382
382
|
'react/jsx-no-undef': 1,
|
|
383
383
|
'react/jsx-tag-spacing': [1, { beforeSelfClosing: 'always' }],
|
|
384
|
-
'react/jsx-uses-react': 1,
|
|
385
384
|
'react/jsx-uses-vars': 1,
|
|
386
385
|
'react/no-danger': 1,
|
|
387
386
|
'react/no-deprecated': 1,
|
|
@@ -393,7 +392,6 @@ module.exports = {
|
|
|
393
392
|
'filenames/match-regex': 0,
|
|
394
393
|
'react/prefer-es6-class': 1,
|
|
395
394
|
'react/prefer-stateless-function': 1,
|
|
396
|
-
'react/react-in-jsx-scope': 0,
|
|
397
395
|
'react/require-render-return': 1,
|
|
398
396
|
'react/self-closing-comp': [
|
|
399
397
|
'error',
|