mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
chore: split lint config files
This commit is contained in:
parent
7749589d06
commit
b71cada198
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
@ -29,9 +29,7 @@ It's welcomed to pull request, And there are some tips about that:
|
|||||||
```bash
|
```bash
|
||||||
git clone git@github.com:youzan/vant.git
|
git clone git@github.com:youzan/vant.git
|
||||||
|
|
||||||
cd vant
|
cd vant && yarn
|
||||||
|
|
||||||
npm run bootstrap
|
|
||||||
|
|
||||||
npm run dev
|
npm run dev
|
||||||
|
|
||||||
|
4
.prettierrc
Normal file
4
.prettierrc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"singleQuote": true,
|
||||||
|
"proseWrap": "never"
|
||||||
|
}
|
3
.stylelintrc
Normal file
3
.stylelintrc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"extends": ["@vant/stylelint-config"]
|
||||||
|
}
|
@ -22,7 +22,7 @@
|
|||||||
git clone git@github.com:youzan/vant.git
|
git clone git@github.com:youzan/vant.git
|
||||||
|
|
||||||
# 安装依赖
|
# 安装依赖
|
||||||
cd vant && npm run bootstrap
|
cd vant && yarn
|
||||||
|
|
||||||
# 进入开发模式,浏览器访问 http://localhost:8080
|
# 进入开发模式,浏览器访问 http://localhost:8080
|
||||||
npm run dev
|
npm run dev
|
||||||
|
16
package.json
16
package.json
@ -16,7 +16,6 @@
|
|||||||
"registry": "https://registry.npmjs.org/"
|
"registry": "https://registry.npmjs.org/"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bootstrap": "yarn || npm i",
|
|
||||||
"dev": "vant-cli dev",
|
"dev": "vant-cli dev",
|
||||||
"lint": "vant-cli lint",
|
"lint": "vant-cli lint",
|
||||||
"test": "vant-cli test",
|
"test": "vant-cli test",
|
||||||
@ -82,21 +81,6 @@
|
|||||||
"attributes": "vetur/attributes.json"
|
"attributes": "vetur/attributes.json"
|
||||||
},
|
},
|
||||||
"web-types": "vetur/web-types.json",
|
"web-types": "vetur/web-types.json",
|
||||||
"eslintConfig": {
|
|
||||||
"root": true,
|
|
||||||
"extends": [
|
|
||||||
"@vant"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"stylelint": {
|
|
||||||
"extends": [
|
|
||||||
"@vant/stylelint-config"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"prettier": {
|
|
||||||
"singleQuote": true,
|
|
||||||
"proseWrap": "never"
|
|
||||||
},
|
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"Android >= 4.0",
|
"Android >= 4.0",
|
||||||
"iOS >= 8"
|
"iOS >= 8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user