1 Star 0 Fork 0

Halo / raycast-halo-extension

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 348 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended"
],
"rules": {
"@typescript-eslint/ban-ts-comment": "off"
}
}
1
https://gitee.com/halo-dev/raycast-halo-extension.git
git@gitee.com:halo-dev/raycast-halo-extension.git
halo-dev
raycast-halo-extension
raycast-halo-extension
main

搜索帮助