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

fix: ran prettier to fix CI #3678

Merged
merged 3 commits into from
Apr 19, 2019
Merged

fix: ran prettier to fix CI #3678

merged 3 commits into from
Apr 19, 2019

Conversation

mxschmitt
Copy link
Member

  • Ran prettier to fix CI
  • moved prettier Eslint rule into eslintrc file, so that it will be automatically recognized by Visual Studio Code e.g. and automatically fixed

]
],
"rules": {
"prettier/prettier": "error"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jquense explicitly took this out earlier, which is why only ci-lint errors on this. do we want it back?

package.json Outdated
@@ -16,7 +16,7 @@
"build-docs": "yarn --cwd www run build",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"start": "yarn --cwd www run develop",
"ci-lint": "eslint --rule \"prettier/prettier: 2\"",
"ci-lint": "eslint",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should drop this entirely and just use the normal eslint command if we're doing this

package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@taion taion merged commit 1719da5 into master Apr 19, 2019
@taion taion deleted the bugfix/prettier branch April 19, 2019 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants