1 Star 0 Fork 21

Leo Tian/osui

forked from gitee-fe/osui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 458 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gavin 提交于 2020-08-20 10:52 . !41 文档更新
module.exports = {
extends: require.resolve('@reskript/config-lint/config/eslint'),
rules: {
'react/jsx-uses-react': 'error',
'linebreak-style': [0, 'error', 'windows'],
},
overrides: [{
'files': ['*.stories.tsx', '*.stories.jsx', '*.stories.mdx'],
'rules': {
'react/jsx-no-bind': 'off',
'no-console': 'off',
},
}],
root: true,
ignorePatterns: ['examples/**/*'],
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/leotiann/osui.git
git@gitee.com:leotiann/osui.git
leotiann
osui
osui
master

搜索帮助