1 Star 0 Fork 0

duheng/flash-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.json 2.05 KB
一键复制 编辑 原始数据 按行查看 历史
duheng 提交于 2021-08-09 22:28 . init project
{
"root": true,
"ignorePatterns": [
"**/*.spec.ts",
"**/*.d.ts"
],
"overrides": [
{
"files": [
"*.ts"
],
"parserOptions": {
"project": [
"tsconfig.json"
],
"createDefaultProgram": true
},
"extends": [
"plugin:@angular-eslint/ng-cli-compat",
"plugin:@angular-eslint/ng-cli-compat--formatting-add-on",
"plugin:@angular-eslint/template/process-inline-templates"
],
"rules": {
"@angular-eslint/component-selector": [
"error",
{
"type": "element",
"prefix": "fui",
"style": "kebab-case"
}
],
"@angular-eslint/directive-class-suffix": "off",
"@angular-eslint/directive-selector": [
"error",
{
"type": "attribute",
"prefix": "fui",
"style": "camelCase"
}
],
"@angular-eslint/no-input-rename": "off",
"@angular-eslint/no-output-native": "off",
"@typescript-eslint/consistent-type-definitions": "error",
"@typescript-eslint/dot-notation": "off",
"@typescript-eslint/explicit-member-accessibility": [
"off",
{
"accessibility": "explicit"
}
],
"@typescript-eslint/no-inferrable-types": "off",
"@typescript-eslint/naming-convention": "off",
"@typescript-eslint/member-ordering": "off",
"@typescript-eslint/prefer-for-of": "off",
"brace-style": [
"error",
"1tbs"
],
"comma-dangle": [
"error",
"always-multiline"
],
"id-blacklist": "off",
"id-match": "off",
"no-bitwise": "off",
"no-underscore-dangle": "off",
"no-eval": "off"
}
},
{
"files": [
"*.html"
],
"extends": [
"plugin:@angular-eslint/template/recommended"
],
"rules": {}
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/dh1992/flash-ui.git
git@gitee.com:dh1992/flash-ui.git
dh1992
flash-ui
flash-ui
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385