Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commands should skip build directory #520

Open
sk- opened this issue May 26, 2020 · 1 comment
Open

Commands should skip build directory #520

sk- opened this issue May 26, 2020 · 1 comment

Comments

@sk-
Copy link

sk- commented May 26, 2020

The check and fix commands should skip the build folder, where the compiled files are placed.

Version: 2.0.2

naseemkullah pushed a commit to naseemkullah/gts that referenced this issue May 28, 2020
naseemkullah pushed a commit to naseemkullah/gts that referenced this issue Jun 3, 2020
naseemkullah pushed a commit to naseemkullah/gts that referenced this issue Jun 3, 2020
naseemkullah pushed a commit to naseemkullah/gts that referenced this issue Jun 3, 2020
naseemkullah pushed a commit to naseemkullah/gts that referenced this issue Jun 3, 2020
@dobromyslov
Copy link

Was not generated automatically in my existing project.
Workarounds are below.

Add ignorePatterns to the /.eslintrc.json:

{
  "extends": "./node_modules/gts/",
  "ignorePatterns": ["build/"]
}

Or add file /.eslintignore:

build/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants