Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: standard/eslint-config-standard-jsx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.1.0
Choose a base ref
...
head repository: standard/eslint-config-standard-jsx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.0.0
Choose a head ref
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on Apr 24, 2020

  1. Copy the full SHA
    6e8bbc4 View commit details

Commits on Jun 24, 2020

  1. Merge pull request #39 from standard/greenkeeper/tape-5.0.0

    Update tape to the latest version 🚀
    Flet authored Jun 24, 2020
    Copy the full SHA
    cfc4bca View commit details

Commits on Oct 22, 2020

  1. BREAKING: ESLint 7

    feross committed Oct 22, 2020
    Copy the full SHA
    0482d01 View commit details
  2. support ecmascript 2021

    feross committed Oct 22, 2020
    Copy the full SHA
    6234842 View commit details
  3. 9.0.0

    feross committed Oct 22, 2020
    Copy the full SHA
    b9b0792 View commit details
Showing with 7 additions and 7 deletions.
  1. +1 −1 eslintrc.json
  2. +6 −6 package.json
2 changes: 1 addition & 1 deletion eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parserOptions": {
"ecmaVersion": 2020,
"ecmaVersion": 2021,
"ecmaFeatures": {
"jsx": true
},
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-standard-jsx",
"description": "JavaScript Standard Style JSX support - ESLint Shareable Config",
"version": "8.1.0",
"version": "9.0.0",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
@@ -11,9 +11,9 @@
"url": "https://github.com/standard/eslint-config-standard-jsx/issues"
},
"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"
},
"homepage": "https://github.com/standard/eslint-config-standard-jsx",
"keywords": [
@@ -46,8 +46,8 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"eslint": ">=6.2.2",
"eslint-plugin-react": ">=7.14.2"
"eslint": ">=7.11.0",
"eslint-plugin-react": ">=7.21.5"
},
"repository": {
"type": "git",