fix: change code config
This commit is contained in:
parent
077845e05c
commit
389205af19
2
.env
Normal file
2
.env
Normal 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
1
.gitignore
vendored
@ -18,6 +18,7 @@
|
|||||||
# misc
|
# misc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.pem
|
*.pem
|
||||||
|
ideas.txt
|
||||||
|
|
||||||
# debug
|
# debug
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user