2 Star 0 Fork 0

LEARN / react-table

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 230 Bytes
一键复制 编辑 原始数据 按行查看 历史
tannerlinsley 提交于 2019-07-29 11:14 . Fix hook defaults
module.exports = {
printWidth: 80,
tabWidth: 2,
useTabs: false,
semi: false,
singleQuote: true,
trailingComma: 'es5',
bracketSpacing: true,
jsxBracketSameLine: false,
arrowParens: 'avoid',
endOfLine: 'auto',
}
1
https://gitee.com/huoxd/react-table.git
git@gitee.com:huoxd/react-table.git
huoxd
react-table
react-table
master

搜索帮助