1 Star 1 Fork 0

NiehXiaoBin / taro-demo-v3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 890 Bytes
一键复制 编辑 原始数据 按行查看 历史
NiehXiaoBin 提交于 2022-11-03 06:58 . create
module.exports = {
extends: ['taro/react'],
plugins: ['simple-import-sort', 'import'],
rules: {
// 'react/jsx-uses-react': 'off',
'react/react-in-jsx-scope': 'off',
semi: ['error', 'always'],
quotes: ['error', 'single'],
indent: ['error', 2],
// 'no-unused-vars': ['error', { 'args': 'none' }],
'no-unused-vars': 'off',
'no-trailing-spaces': ['error', { 'ignoreComments': true }],
'arrow-body-style': ['error', 'always'],
'arrow-parens': ['error', 'always'],
'comma-dangle': ['error', {
'arrays': 'always',
'objects': 'always',
}],
'comma-spacing': ['error', { 'before': false, 'after': true }],
'sort-imports': 'off',
'import/order': 'off',
'import/first': 'off',
'simple-import-sort/imports': 'error',
'simple-import-sort/exports': 'error',
"function-paren-newline": ["error", "never"]
},
};
TypeScript
1
https://gitee.com/why-nieh/taro-demo-v3.git
git@gitee.com:why-nieh/taro-demo-v3.git
why-nieh
taro-demo-v3
taro-demo-v3
main

搜索帮助