1 Star 0 Fork 1

smallgrey/eslint

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.editorconfig 544 Bytes
一键复制 编辑 原始数据 按行查看 历史
smallgrey 提交于 2021-07-31 17:27 . eslint 配置项
root = true # 这个项目读 editorconfig 读到这个文件就可以了,不用往上层目录去搜索
[*] #指定所有文件
charset = utf-8
end_of_line = lf
indent_size = 2 # tab键 长度是2
indent_style = space # 推荐使用space而不是windows里的制表符
insert_final_newline = true # 保存文件的时候,自动结尾加空行
trim_trailing_whitespace = true # 在我们写代码的时候,一行后面有空格,自动去掉,一行结尾的空格
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/smallgrey/eslint.git
git@gitee.com:smallgrey/eslint.git
smallgrey
eslint
eslint
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385