Skip to content

Commit

Permalink
chore: remove comment for vue files linting since #687 has been merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Mar 20, 2020
1 parent 2f1e85b commit 13b0750
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1111,25 +1111,14 @@ class Encore {
* Encore.enableEslintLoader(() => {}, {
* // set optional Encore-specific options, for instance:
*
* // lint `.vue` files, see below for more informatin about linting Vue files
* // lint `.vue` files
* lintVue: true
* });
* ```
*
* Supported options:
* * {boolean} lintVue (default=false)
* Configure the loader to lint `.vue` files
*
* // Linting Vue files
* Encore.enableEslintLoader((options) => {
* // Deleting the hard-coded `parser` option prevent the error "Use the latest vue-eslint-parser", see:
* // - https://eslint.vuejs.org/user-guide/#what-is-the-use-the-latest-vue-eslint-parser-error
* // - https://github.com/symfony/webpack-encore/pull/574
* // Note that it will not be mandatory anymore is some times.
* delete options.parser;
* }, {
* lintVue: true
* });
* ```
*
* @param {string|object|function} eslintLoaderOptionsOrCallback
Expand Down

0 comments on commit 13b0750

Please sign in to comment.