Skip to content

Commit

Permalink
refactor(eslint-config-ali): refactor project
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyunhe committed Jan 7, 2025
1 parent 3299895 commit 2801c3f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/coding/html.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,9 @@ Level: **Mandatory**

## Credits

- [Guo Yunhe](https://github.com/guoyunhe)
> 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!
- TODO

## References

Expand Down
4 changes: 3 additions & 1 deletion docs/coding/html.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,9 @@ order: 1

## 作者署名

- [郭云鹤(鹤仙)](https://github.com/guoyunhe)
> 如果您为本文档编写做出过贡献,但您的名字却没有列出,请[创建 Issue](https://github.com/alibaba/f2e-spec/issues/new) 告诉我们!
- TODO

## 参考资料

Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-ali/src/presets/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import bestPractices from '../configs/best-practices';
import es6 from '../configs/es6';
import gitignore from '../configs/gitignore';
import possibleErrors from '../configs/possible-errors';
import style from '../configs/stylistic';
import stylistic from '../configs/stylistic';
import typescript from '../configs/typescript';
import variables from '../configs/variables';
import defineConfigArray from '../utils/defineConfigArray';
Expand All @@ -16,7 +16,7 @@ export default defineConfigArray([
bestPractices,
possibleErrors,
stylisticPlugin.configs['disable-legacy'],
style,
stylistic,
es6,
variables,
babelParser,
Expand Down

0 comments on commit 2801c3f

Please # to comment.