Skip to content

Commit

Permalink
fix: exclude uikit-workshop from eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt-bot committed Jul 3, 2018
1 parent f4c8208 commit 8a3cdae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Expand Up @@ -4,6 +4,7 @@
/www/**
/apps/drupal-lab/**
/apps/pw-site/www/**
packages/uikit-workshop/**
**/dist/**
# file has syntax errors
apps/pattern-lab/src/_annotations/annotations.js
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"prepublishOnly": "yarn run build && node scripts/monorepo-tests.js",
"snyk-protect": "snyk protect",
"Xlint:editorconfig": "editorconfig-checker --exclude-pattern './www/**/*' --exclude-pattern './**/sandbox/**/*' --exclude-pattern './**/vendor/*' --exclude-pattern './apps/drupal-lab/**' ",
"lint:js": "eslint --max-warnings 0 'packages/**/*.js' 'apps/**/*.js' '!packages/uikit-workshop/**'",
"lint:js": "eslint --max-warnings 0 'packages/**/*.js' 'apps/**/*.js'",
"lint:js:fix": "yarn run lint:js -- --fix",
"Xlint:sh": "which shellcheck; if [ $? -eq 0 ]; then shellcheck scripts/*.sh ; else echo 'Shell script linting requires `shellcheck` to be installed, skipping for now; use `brew install shellcheck` to install ~ https://github.com/koalaman/shellcheck '; fi",
"lint:style": "stylelint 'packages/**/*.scss' 'apps/**/*.scss' '!apps/drupal-lab/**' '!packages/uikit-workshop/**' '!**/vendor/**' --config .stylelintrc",
Expand Down

0 comments on commit 8a3cdae

Please sign in to comment.