Skip to content

Commit

Permalink
style: -
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Mar 26, 2022
1 parent 45e40d4 commit f4131ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# http://editorconfig.org
root = true


[*]
charset = utf-8
indent_style = space
Expand Down
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

*.sh
node_modules
*.md
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
**/*.svg
**/*.sh

/public/*
/public/*
2 changes: 1 addition & 1 deletion .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/dist/*
/public/*
public/*
public/*
4 changes: 2 additions & 2 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}
}

0 comments on commit f4131ae

Please sign in to comment.