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

build: lint-staged replaced for pretty-quick/prettier #281

Merged
merged 1 commit into from Mar 19, 2019

Conversation

Jefiozie
Copy link
Member

lint-staged is not working as expected with the angular-cli see: lint-staged issue

I think when this issue is resolved we can use it.
For now I implemented pretty-quick as a simple replacement.

Closes #280

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature (please, look at the "Scope of the project" section in the README.md file)
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

Issue Number: #280

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@ghost ghost assigned Jefiozie Mar 18, 2019
@ghost ghost added the review label Mar 18, 2019
package.json Outdated
@@ -110,6 +99,8 @@
"karma-mocha-reporter": "^2.2.5",
"ng-packagr": "^4.7.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.16.4",
Copy link
Member

Choose a reason for hiding this comment

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

Why is this change?

@manekinekko
Copy link
Member

Why do we need to switch to prettier?

@Jefiozie
Copy link
Member Author

Jefiozie commented Mar 18, 2019

Just to have a consequent styling of code. Removed it for now.

@manekinekko manekinekko merged commit 3abf853 into xlayers:master Mar 19, 2019
@ghost ghost removed the review label Mar 19, 2019
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.

Linting does not work correct on Windows
2 participants