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 # misc
.DS_Store .DS_Store
*.pem *.pem
ideas.txt
# debug # debug
npm-debug.log* npm-debug.log*

View File

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