-
Notifications
You must be signed in to change notification settings - Fork 11
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
Mistakes fix + content update + contact infos updated #112
base: master
Are you sure you want to change the base?
Conversation
Fix BDE + support for node18 + lint
.env
Outdated
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.
The principal concerns about .env
file is to store secrets so you must never commit it.
@@ -23,7 +23,7 @@ module.exports = { | |||
// This object corresponds to object you would export in .remarkrc file | |||
plugins: [ | |||
'preset-lint-markdown-style-guide', | |||
['lint-no-heading-punctuation', '.,;:!?'], |
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 this change?
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.
This change makes it possible to end titles with punctuation without eslint issuing an error. For example:
.gitignore
Outdated
@@ -59,7 +59,7 @@ typings/ | |||
.yarn-integrity | |||
|
|||
# dotenv environment variables file | |||
.env | |||
# .env # commented because it's used by the project |
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.
Restore this line please.
README.md
Outdated
@@ -35,9 +35,13 @@ When adding some images, please resize and compress them ! | |||
**Steps** | |||
|
|||
```bash | |||
# install dependencies | |||
# install dependencies (execute this command with admin rights) |
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.
Not needed if your installation is correct!
README.md
Outdated
$ npm install | ||
|
||
# set environment variables (because nuxt doesn't support .env files) | ||
$ set NODE_OPTIONS=--openssl-legacy-provider # for Windows |
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 are you setting this env var?
Well, I've just committed a fix that reverts the changes made for nodeJS v18 and fixes the points raised by your review. The project uses nodeJS v16 LTS again. |
Summary
(If you have not already please refer to the contributing guideline as described
here))
If so, please mention them to keep the conversations linked together.
Other Information
If there's anything else that's important and relevant to your pull
request, mention that information here. This could include
benchmarks, or other information.
Your PR will be reviewed by a core team member and they will work with you to get your changes merged in a timely manner. If merged your PR will automatically be added to the changelog in the next release.
Thanks for contributing to Campus INSA Centre-Val de Loire! ❤️