5 Star 15 Fork 7

Gitee 极速下载 / grapesjs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/artf/grapesjs
克隆/下载
.eslintrc 493 Bytes
一键复制 编辑 原始数据 按行查看 历史
Artur Arseniev 提交于 2023-08-30 15:36 . Up .eslintrc
{
"env": {
"browser": true,
"node": true
},
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
"strict": 0,
"quotes": ["warn", "single", { "avoidEscape": true }],
"eol-last": ["warn", "always"],
"no-mixed-requires": [0],
"no-underscore-dangle": [0]
},
"overrides": [{
"files": ["*.ts"],
"parser": "@typescript-eslint/parser"
}],
"ignorePatterns": [
"dist/*",
"locale/*",
"private/*"
]
}
JavaScript
1
https://gitee.com/mirrors/grapesjs.git
git@gitee.com:mirrors/grapesjs.git
mirrors
grapesjs
grapesjs
dev

搜索帮助