eslint-config-standard-jsx
Advanced tools
Comparing version 8.1.0 to 9.0.0
{ | ||
"parserOptions": { | ||
"ecmaVersion": 2020, | ||
"ecmaVersion": 2021, | ||
"ecmaFeatures": { | ||
@@ -5,0 +5,0 @@ "jsx": true |
@@ -0,1 +1,2 @@ | ||
/*! eslint-config-standard-jsx. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */ | ||
module.exports = require('./eslintrc.json') |
{ | ||
"name": "eslint-config-standard-jsx", | ||
"description": "JavaScript Standard Style JSX support - ESLint Shareable Config", | ||
"version": "8.1.0", | ||
"version": "9.0.0", | ||
"author": { | ||
@@ -14,5 +14,5 @@ "name": "Feross Aboukhadijeh", | ||
"devDependencies": { | ||
"eslint": "^6.2.2", | ||
"eslint-plugin-react": "^7.14.2", | ||
"tape": "^4.8.0" | ||
"eslint": "^7.11.0", | ||
"eslint-plugin-react": "^7.21.5", | ||
"tape": "^5.0.1" | ||
}, | ||
@@ -50,4 +50,4 @@ "homepage": "https://github.com/standard/eslint-config-standard-jsx", | ||
"peerDependencies": { | ||
"eslint": ">=6.2.2", | ||
"eslint-plugin-react": ">=7.14.2" | ||
"eslint": ">=7.11.0", | ||
"eslint-plugin-react": ">=7.21.5" | ||
}, | ||
@@ -60,3 +60,17 @@ "repository": { | ||
"test": "tape test/*.js" | ||
} | ||
}, | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/feross" | ||
}, | ||
{ | ||
"type": "patreon", | ||
"url": "https://www.patreon.com/feross" | ||
}, | ||
{ | ||
"type": "consulting", | ||
"url": "https://feross.org/support" | ||
} | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8275
49