Skip to content

Commit

Permalink
fix(lint): 修复 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
白唯 committed Dec 2, 2020
1 parent 9aff074 commit 3f97086
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"pre-commit": "lint-staged"
},
"lint-staged": {
"src/**/*.{jsx,txs,ts,js,json,vue,md}": [
"src/**/*.{jsx,txs,ts,js,json,less,vue,md}": [
"vue-cli-service lint"
]
},
Expand Down
3 changes: 0 additions & 3 deletions src/styles/normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
height: 100%;
font-size: 16px;
}

/* Sections
Expand Down

0 comments on commit 3f97086

Please sign in to comment.