-
Notifications
You must be signed in to change notification settings - Fork 43
Add and configure ESLint and update configuration for Prettier #26
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
name: Release new action version on: env: jobs:
|
Description:
In the scope of this PR, we are adding the ESLint tool and updating Prettier:
.eslintrc.js
and.eslintignore
were added;.prettiertrc.js
and.prettierignore
were added,.prettierrc.json
was removed;package.json
file were updated;.gitattributes
was updated to force git to replace CRLF eof to LF eof;Check list: