UNPKG
@winjs-dev/create-win
Version:
latest (1.0.3)
next (1.0.2-alpha.0)
1.0.3
1.0.3-y.0
1.0.2
1.0.2-alpha.0
1.0.1
1.0.1-alpha.0
1.0.0
1.0.0-alpha.2
@winjs-dev/create-win
@winjs-dev/create-win
/
templates
/
pc
/
.eslintrc.js
10 lines
(9 loc)
•
293 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/
/ http:/
/eslint.org/docs
/user-guide/configuring
/
/ http:/
/eslint.cn/docs
/user-guide/configuring
中文,注意版本是否和官网一致
module
.exports = {
extends:
[
'@winner-fed/eslint-config-win'
,
'@winner-fed/eslint-config-win/vue3'
,
'./.eslintrc-auto-import.json'
] };