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

Create chore of project #2

Closed
11 of 12 tasks
mdubus opened this issue Jun 22, 2021 · 1 comment · Fixed by #17
Closed
11 of 12 tasks

Create chore of project #2

mdubus opened this issue Jun 22, 2021 · 1 comment · Fixed by #17

Comments

@mdubus
Copy link
Member

mdubus commented Jun 22, 2021

Initialize the project by adding the following:

  • package.json
  • gitignore
  • .editorconfig
  • bors
  • dependabot
  • release-drafter
  • eslint
  • prettier
  • licence file
  • readme
  • issue template
  • test.yml to test the linting
@mdubus mdubus mentioned this issue Jun 22, 2021
@bidoubiwa
Copy link
Contributor

bidoubiwa commented Jun 23, 2021

npm ignore

I think it is best to avoid using npm ignore, prefer using files in package.json. That way you only explicitly say what you want to add in NPM and not having to remember add in the list everytime you create another file or directory.

You could also add a CI test.yml that starts by only testing the linting

@bors bors bot closed this as completed in 709a5a9 Jul 1, 2021
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 a pull request may close this issue.

2 participants