This commit is contained in:
Qiuxia Fan 2022-04-11 20:47:28 +08:00
parent 128679e0a5
commit 300cbaae1f
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@
"package.json": [ "package.json": [
"prettier --write" "prettier --write"
], ],
"*.{scss,less,styl,html}": [ "*.{scss,less,style}": [
"stylelint --fix", "stylelint --fix",
"prettier --write" "prettier --write"
], ],

View File

@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. --> limitations under the License. -->
<!DOCTYPE html> <!DOCTYPE html>
<html lang=""> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">