1 Star 0 Fork 0

ten2net/nebula.gl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
prettier.config.js 295 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kiswendsida Kikone 提交于 2020-04-10 05:38 +08:00 . Typescript migration (#377)
module.exports = {
printWidth: 100,
singleQuote: true,
overrides: [
// this must match codesandbox config
{
files: ['examples/codesandbox/**/*.js', 'examples/getting-started/*.js'],
options: {
printWidth: 80,
singleQuote: false,
},
},
],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/gdsten2net/nebula.gl.git
git@gitee.com:gdsten2net/nebula.gl.git
gdsten2net
nebula.gl
nebula.gl
master

搜索帮助