Sage: remove eslint for easy develop

Created on 22 Feb 2019  路  1Comment  路  Source: roots/sage

Submit a feature request or bug report


What is the current behavior?

X

What is the expected or desired behavior?

if you remove eslint in webpack.config.js we can develop scss easy and fast
remove this for dont have error in new line , empty space ,....

    new StyleLintPlugin({
      failOnError: !config.enabled.watcher,
      syntax: 'scss',
    }),

Bug report

Please provide steps to reproduce, including full log output:

X

Please describe your local environment:

WordPress version: X

OS: X

NPM/Node version: X

Where did the bug happen? Development or remote servers?

X

Is there a related Discourse thread or were any utilized (please link them)?

X


Feature Request

Please provide use cases for changing the current behavior:

X

Other relevant information:

X

Most helpful comment

Code hygiene and coding standards are extremely important to the Roots team. We institute these tools to help our users write better, more supportable code. We will not be removing eslint or stylelint from Sage.

>All comments

Code hygiene and coding standards are extremely important to the Roots team. We institute these tools to help our users write better, more supportable code. We will not be removing eslint or stylelint from Sage.

Was this page helpful?
0 / 5 - 0 ratings