1 Star 0 Fork 0

mscorlib/kalendar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 501 Bytes
一键复制 编辑 原始数据 按行查看 历史
mscorlib 提交于 2022-05-14 21:34 +08:00 . ts支持
module.exports = {
root: true,
extends: '@react-native-community',
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
overrides: [
{
files: ['*.ts', '*.tsx'],
rules: {
'@typescript-eslint/no-shadow': ['error'],
'no-shadow': 'off',
'no-undef': 'off',
},
},
],
settings: {
'import/resolver': {
alias: {
map: [['@', './src']],
extensions: ['.tsx', '.ts', '.jsx', '.js'],
},
},
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mscorlib/kalendar.git
git@gitee.com:mscorlib/kalendar.git
mscorlib
kalendar
kalendar
master

搜索帮助