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 8afedaa commit f4c8208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
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'",
"lint:js": "eslint --max-warnings 0 'packages/**/*.js' 'apps/**/*.js' '!packages/uikit-workshop/**'",
"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 f4c8208

Please sign in to comment.