Skip to content

Commit

Permalink
改了改eslint规则,给他加到devDep里,修正index中的一些隐患
Browse files Browse the repository at this point in the history
  • Loading branch information
yuameshi committed Apr 12, 2022
1 parent 7a43719 commit bfd7ffc
Show file tree
Hide file tree
Showing 9 changed files with 1,218 additions and 175 deletions.
16 changes: 0 additions & 16 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,5 @@
"sourceType": "module"
},
"rules": {
"indent": [
"error",
"tab"
],
"linebreak-style": [
"error",
"windows"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
]
}
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
dist
dist
.idea
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"liveServer.settings.port": 62012,
"editor.tabSize": 4,
"editor.insertSpaces": false,
"editor.detectIndentation": true,
Expand Down
Loading

0 comments on commit bfd7ffc

Please sign in to comment.