From 37ca1619db064951bf39f211bbbe352d83b320d8 Mon Sep 17 00:00:00 2001 From: ShawnPhang Date: Thu, 20 Jul 2023 18:53:28 +0800 Subject: [PATCH] code: remove some unimportant --- .eslintrc.js | 21 ++------------------- postcss.config.js | 10 ---------- 2 files changed, 2 insertions(+), 29 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 4cafad0..eaec327 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,10 +1,3 @@ -/* - * @Author: ShawnPhang - * @Date: 2021-07-13 18:46:45 - * @Description: - * @LastEditors: ShawnPhang - * @LastEditTime: 2021-07-30 14:11:34 - */ module.exports = { extends: [ 'alloy', @@ -13,19 +6,9 @@ module.exports = { '@vue/typescript', ], env: { - // 你的环境变量(包含多个预定义的全局变量) - // - // browser: true, - // node: true, - // mocha: true, - // jest: true, - // jquery: true - }, - globals: { - // 你的全局变量(设置为 false 表示它不允许被重新赋值) - // - // myGlobal: false + // 你的环境变量 }, + globals: {}, rules: { // 自定义你的规则 'vue/component-tags-order': ['off'], diff --git a/postcss.config.js b/postcss.config.js index c8a10eb..3ce38d0 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,15 +1,5 @@ -/* - * @Author: ShawnPhang - * @Date: 2022-10-11 14:00:18 - * @Description: - * @LastEditors: ShawnPhang - * @LastEditTime: 2023-06-26 20:48:18 - */ module.exports = { plugins: { - // "postcss-import": {}, - // "postcss-url": {}, - // to edit target browsers: use "browserslist" field in package.json autoprefixer: { overrideBrowserslist: [ 'Android 4.1',