1 Star 0 Fork 35

yourkeychen / theia

forked from Gitee 极速下载 / theia 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 446 Bytes
一键复制 编辑 原始数据 按行查看 历史
/** @type {import('eslint').Linter.Config} */
module.exports = {
root: true,
extends: [
'./configs/base.eslintrc.json',
'./configs/warnings.eslintrc.json',
'./configs/errors.eslintrc.json',
'./configs/xss.eslintrc.json'
],
ignorePatterns: [
'**/{node_modules,lib}',
'plugins'
],
parserOptions: {
tsconfigRootDir: __dirname,
project: 'tsconfig.json'
}
};
TypeScript
1
https://gitee.com/yourkeychen/theia.git
git@gitee.com:yourkeychen/theia.git
yourkeychen
theia
theia
master

搜索帮助