-
Notifications
You must be signed in to change notification settings - Fork 756
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
💅 integrate prettier and eslint #1240
Conversation
"parser": "typescript", | ||
"trailingComma": "es5", | ||
"singleQuote": 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.
We can debate here on the prettier formatting options. https://prettier.io/docs/en/options.html
"prettier --write", | ||
"git add" | ||
] | ||
}, |
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.
We can potentially expand this to other file types, including markdown and css
For any observers wondering why eslint instead of tslint, see this issue on the TypeScript project |
fixes typescript errors
The .eslintrc file is being deprecated in favor of explicit extensions. https://eslint.org/docs/user-guide/configuring#configuration-file-formats
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.
LGTM. Looking forward to giving this a whirl!
@tonyanziano and I both did a regression pass which uncovered two unrelated issues (related to #1219 ). Merging this and will file new issues against the regressions. |
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.
<DeploymentConfiguration PackageId=
closes #1235