Skip to content

Commit

Permalink
support gzip
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Aug 28, 2023
1 parent 03a03df commit 2b68290
Show file tree
Hide file tree
Showing 8 changed files with 299 additions and 227 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"prettier"
],
"rules": {
"no-var": 0,
"no-var": "off",
"prettier-vue/prettier": ["error"],
"vue/multi-word-component-names": "off",
"vue/multi-word-component-names": "off"
},
"env": {
"browser": true
Expand Down
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"vueIndentScriptAndStyle": false,
"endOfLine": "crlf"
"vueIndentScriptAndStyle": false
}
Loading

0 comments on commit 2b68290

Please sign in to comment.