Skip to content

Commit

Permalink
workaround for bugs in prettier-eslint
Browse files Browse the repository at this point in the history
- jsx-eslint/eslint-plugin-react#2082 is just the symptom that is causing
my editor to add "Warnings" to the top of my .js files.

- prettier/prettier-eslint#194 is the actual bug; prettier-eslint isn't
passing the `baseConfig` to eslint.
  • Loading branch information
docwhat committed Dec 12, 2018
1 parent b4f70c5 commit 974274d
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 70 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -47,17 +47,17 @@
"chalk": "^2.3.2",
"color": "^3.0.0",
"compass-vertical-rhythm": "^1.4.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-standard": "^3.1.0",
"eslint": "^5.10.0",
"eslint-config-prettier": "^3.3.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "~7.10.0",
"eslint-plugin-standard": "^4.0.0",
"feed": "^1.1.1",
"flow-bin": "^0.76.0",
"gatsby": "^1.9.261",
Expand Down

0 comments on commit 974274d

Please sign in to comment.