code: remove some unimportant

This commit is contained in:
ShawnPhang 2023-07-20 18:53:28 +08:00
parent 8a99924991
commit 37ca1619db
2 changed files with 2 additions and 29 deletions

View File

@ -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 = { module.exports = {
extends: [ extends: [
'alloy', 'alloy',
@ -13,19 +6,9 @@ module.exports = {
'@vue/typescript', '@vue/typescript',
], ],
env: { env: {
// 你的环境变量(包含多个预定义的全局变量) // 你的环境变量
//
// browser: true,
// node: true,
// mocha: true,
// jest: true,
// jquery: true
},
globals: {
// 你的全局变量(设置为 false 表示它不允许被重新赋值)
//
// myGlobal: false
}, },
globals: {},
rules: { rules: {
// 自定义你的规则 // 自定义你的规则
'vue/component-tags-order': ['off'], 'vue/component-tags-order': ['off'],

View File

@ -1,15 +1,5 @@
/*
* @Author: ShawnPhang
* @Date: 2022-10-11 14:00:18
* @Description:
* @LastEditors: ShawnPhang <site: book.palxp.com>
* @LastEditTime: 2023-06-26 20:48:18
*/
module.exports = { module.exports = {
plugins: { plugins: {
// "postcss-import": {},
// "postcss-url": {},
// to edit target browsers: use "browserslist" field in package.json
autoprefixer: { autoprefixer: {
overrideBrowserslist: [ overrideBrowserslist: [
'Android 4.1', 'Android 4.1',