fix: change code config

This commit is contained in:
Walid 2022-03-17 01:21:34 +01:00
parent 077845e05c
commit 389205af19
3 changed files with 6 additions and 4 deletions

2
.env Normal file
View File

@ -0,0 +1,2 @@
NEXT_PUBLIC_PROJECT_NAME="Next App Boilerplate Project Name"
NEXT_PUBLIC_PROJECT_DESCRIPTION="Your description of your project here"

1
.gitignore vendored
View File

@ -18,6 +18,7 @@
# misc
.DS_Store
*.pem
ideas.txt
# debug
npm-debug.log*

View File

@ -1,11 +1,10 @@
{
"plugins": [
"stylelint-scss"
],
"plugins": ["stylelint-scss"],
"extends": [
"stylelint-config-standard-scss",
"stylelint-config-prettier-scss"
], "rules": {
],
"rules": {
"property-no-vendor-prefix": null,
"comment-empty-line-before": "never",
"comment-no-empty": null,