-
-
Notifications
You must be signed in to change notification settings - Fork 131
Configure Prettier. Adapt the Travis setup. #80
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
Conversation
dunglas
commented
May 29, 2018
Q | A |
---|---|
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | n/a |
License | MIT |
Doc PR | n/a |
.eslintrc.js
Outdated
'no-console': 0, | ||
} | ||
'env': { | ||
'es6': true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why 4 space tabs?
.travis.yml
Outdated
- '6' | ||
- '10' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would sort because it makes me thing of @teohhanhui saying it to me 😆
import ReactNativeGenerator from './generators/ReactNativeGenerator'; | ||
import TypescriptInterfaceGenerator from './generators/TypescriptInterfaceGenerator'; | ||
import VueGenerator from './generators/VueGenerator'; | ||
import AdminOnRestGenerator from "./generators/AdminOnRestGenerator"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I personally disagree with double quotes I find simple quotes easier to read.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Me too, but... I prefer to not bother with that and use Prettier's default config.