mirror of
https://github.com/palxiao/poster-design.git
synced 2025-07-15 16:02:19 +08:00
code: remove some unimportant
This commit is contained in:
parent
8a99924991
commit
37ca1619db
21
.eslintrc.js
21
.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'],
|
||||
|
@ -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 = {
|
||||
plugins: {
|
||||
// "postcss-import": {},
|
||||
// "postcss-url": {},
|
||||
// to edit target browsers: use "browserslist" field in package.json
|
||||
autoprefixer: {
|
||||
overrideBrowserslist: [
|
||||
'Android 4.1',
|
||||
|
Loading…
x
Reference in New Issue
Block a user