1 Star 0 Fork 0

JavaScript/typescript-tutorial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 772 Bytes
一键复制 编辑 原始数据 按行查看 历史
xcatliu 提交于 2019-12-04 15:56 . Add compiler-options
module.exports = {
extends: ['alloy', 'alloy/typescript'],
env: {
// 您的环境变量(包含多个预定义的全局变量)
// Your environments (which contains several predefined global variables)
//
// browser: true,
// node: true,
// mocha: true,
// jest: true,
// jquery: true
},
globals: {
// 您的全局变量(设置为 false 表示它不允许被重新赋值)
// Your global variables (setting to false means it's not allowed to be reassigned)
//
// myGlobal: false
},
rules: {
// 自定义您的规则
// Customize your rules
'no-undef': 'off',
'@typescript-eslint/no-require-imports': 'off'
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/creator-q/typescript-tutorial.git
[email protected]:creator-q/typescript-tutorial.git
creator-q
typescript-tutorial
typescript-tutorial
master

搜索帮助