Skip to content

Commit

Permalink
docs(README): update Vue instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
samouss committed Jun 1, 2018
1 parent a0d733a commit 2870b46
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Expand Up @@ -162,7 +162,7 @@ module.exports = {

**terminal**
```sh
yarn add eslint-plugin-html --dev
yarn add eslint-plugin-vue --dev
```

**.eslintrc.js**
Expand All @@ -183,16 +183,6 @@ module.exports = {
}
```

Drawbacks: prettier will format first line of script tags badly,
they are working on it.

We will soon afterwards switch to good prettier formatting for vue
and proper eslint-plugin-vue. Those are all in the works but
this setup already provides good defaults.

Please also check "Lint HTML files" in your linter, that should lint
'.vue' files.

### Node.js

**package.json**
Expand Down

0 comments on commit 2870b46

Please sign in to comment.