We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add code linting to the project for consistent code style.
What are peoples thoughts on using prettier?
The text was updated successfully, but these errors were encountered:
#8 Add initial linting configuration and script
4dd6dca
Add ESLint plugins using the Airbnb style guide and Prettier for code formatting
Merge pull request #47 from codefordenver/gallickc/add_linting
98e5acc
#8 Linting Auto-Fixes
a28ccf7
Added --fix to package.json and ran to auto-fix errors
#8 Linting Fixes
94dc692
Moved function definitions before function calls and changed some named exports to default
noahjb
gallickc
No branches or pull requests
Add code linting to the project for consistent code style.
What are peoples thoughts on using prettier?
The text was updated successfully, but these errors were encountered: