File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
packages/eslint-config-ali/src/presets Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -548,7 +548,9 @@ Level: **Mandatory**
548
548
549
549
## Credits
550
550
551
- - [ Guo Yunhe] ( https://github.com/guoyunhe )
551
+ > If you have contributed to this document but your name isn't listed, please [ create an issue] ( https://github.com/alibaba/f2e-spec/issues/new ) to let us know!
552
+
553
+ - TODO
552
554
553
555
## References
554
556
Original file line number Diff line number Diff line change @@ -549,7 +549,9 @@ order: 1
549
549
550
550
## 作者署名
551
551
552
- - [ 郭云鹤(鹤仙)] ( https://github.com/guoyunhe )
552
+ > 如果您为本文档编写做出过贡献,但您的名字却没有列出,请[ 创建 Issue] ( https://github.com/alibaba/f2e-spec/issues/new ) 告诉我们!
553
+
554
+ - TODO
553
555
554
556
## 参考资料
555
557
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import bestPractices from '../configs/best-practices';
5
5
import es6 from '../configs/es6' ;
6
6
import gitignore from '../configs/gitignore' ;
7
7
import possibleErrors from '../configs/possible-errors' ;
8
- import style from '../configs/stylistic' ;
8
+ import stylistic from '../configs/stylistic' ;
9
9
import typescript from '../configs/typescript' ;
10
10
import variables from '../configs/variables' ;
11
11
import defineConfigArray from '../utils/defineConfigArray' ;
@@ -16,7 +16,7 @@ export default defineConfigArray([
16
16
bestPractices ,
17
17
possibleErrors ,
18
18
stylisticPlugin . configs [ 'disable-legacy' ] ,
19
- style ,
19
+ stylistic ,
20
20
es6 ,
21
21
variables ,
22
22
babelParser ,
You can’t perform that action at this time.
0 commit comments