Skip to content

Instantly share code, notes, and snippets.

@jh-thank-you
jh-thank-you / eslint-for-vue-js-v3.x
Created July 5, 2017 03:15
ESlinting ISSUE SOLVED - with webpack 3.x eslint-plugin-vue v3.x, eslint-friendly-formatter v3.x and eslint-html-plugin v3.x,
**To help out others… I spent more hours on this than I care to count… for those trying to setup auto ESlinting with webpack 3.x eslint-plugin-vue v3.x, eslint-friendly-formatter v3.x and eslint-html-plugin v3.x, read on (note I’m using Sublime Text 3):**
If I comment out `.vue` from `eslint-plugin-html` settings everything seems to work:
**to help others, in the .eslintrc.js:**
```
module.exports = {
env: {
@jh-thank-you
jh-thank-you / eslint-for-vue-js-v3.x
Created July 5, 2017 03:15
ESlinting ISSUE SOLVED - with webpack 3.x eslint-plugin-vue v3.x, eslint-friendly-formatter v3.x and eslint-html-plugin v3.x,
**To help out others… I spent more hours on this than I care to count… for those trying to setup auto ESlinting with webpack 3.x eslint-plugin-vue v3.x, eslint-friendly-formatter v3.x and eslint-html-plugin v3.x, read on (note I’m using Sublime Text 3):**
If I comment out `.vue` from `eslint-plugin-html` settings everything seems to work:
**to help others, in the .eslintrc.js:**
```
module.exports = {
env: {