Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Update READMEs and snippet outputs for v9 #1123

Merged
merged 3 commits into from
Sep 20, 2018

Conversation

eliperelman
Copy link
Member

Fixes #1119.

@eliperelman eliperelman added this to the v9 milestone Sep 20, 2018
@eliperelman eliperelman self-assigned this Sep 20, 2018
packages/airbnb-base/README.md Show resolved Hide resolved
@@ -123,8 +117,6 @@ your `use` list during development until all linting errors have been resolved.
6:17 error A space is required before '}' babel/object-curly-spacing

✖ 4 problems (3 errors, 1 warning)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similarly for yarn build:

ERROR in ./src/index.js
Module build failed (from ../neutrino/node_modules/eslint-loader/index.js):
Module failed because of a eslint error.
warning: Unexpected console statement (no-console) at src\index.js:7:3:
   5 | // This is needed for Hot Module Replacement
   6 | if (module.hot) {
>  7 |   console.log({hello});
     |   ^
   8 |   module.hot.accept();
   9 | }
  10 |


error: A space is required after '{' (babel/object-curly-spacing) at src\index.js:7:15:
   5 | // This is needed for Hot Module Replacement
   6 | if (module.hot) {
>  7 |   console.log({hello});
     |               ^
   8 |   module.hot.accept();
   9 | }
  10 |

...

packages/jest/README.md Show resolved Hide resolved
packages/jest/README.md Show resolved Hide resolved
@eliperelman eliperelman merged commit 03b84bb into neutrinojs:master Sep 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

2 participants