Reformat dupa commit, ca de ce nu
This commit is contained in:
parent
7910420e17
commit
ef605801a4
@ -1,19 +1,13 @@
|
|||||||
{
|
{
|
||||||
"extends": [
|
"extends": ["../../.eslintrc.json"],
|
||||||
"../../.eslintrc.json"
|
|
||||||
],
|
|
||||||
"env": {
|
"env": {
|
||||||
"browser": true,
|
"browser": true,
|
||||||
"node": true
|
"node": true
|
||||||
},
|
},
|
||||||
"ignorePatterns": [
|
"ignorePatterns": ["!**/*"],
|
||||||
"!**/*"
|
|
||||||
],
|
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{
|
{
|
||||||
"files": [
|
"files": ["**/*.ts"],
|
||||||
"**/*.ts"
|
|
||||||
],
|
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
"project": [
|
"project": [
|
||||||
"projects/common-ui/tsconfig.json"
|
"projects/common-ui/tsconfig.json"
|
||||||
@ -49,33 +43,20 @@
|
|||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
"selector": "memberLike",
|
"selector": "memberLike",
|
||||||
"modifiers": [
|
"modifiers": ["private"],
|
||||||
"private"
|
"format": ["camelCase"],
|
||||||
],
|
|
||||||
"format": [
|
|
||||||
"camelCase"
|
|
||||||
],
|
|
||||||
"leadingUnderscore": "allow"
|
"leadingUnderscore": "allow"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"selector": "memberLike",
|
"selector": "memberLike",
|
||||||
"modifiers": [
|
"modifiers": ["protected"],
|
||||||
"protected"
|
"format": ["camelCase"],
|
||||||
],
|
|
||||||
"format": [
|
|
||||||
"camelCase"
|
|
||||||
],
|
|
||||||
"leadingUnderscore": "allow"
|
"leadingUnderscore": "allow"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"selector": "memberLike",
|
"selector": "memberLike",
|
||||||
"modifiers": [
|
"modifiers": ["private"],
|
||||||
"private"
|
"format": ["UPPER_CASE", "camelCase"],
|
||||||
],
|
|
||||||
"format": [
|
|
||||||
"UPPER_CASE",
|
|
||||||
"camelCase"
|
|
||||||
],
|
|
||||||
"leadingUnderscore": "allow"
|
"leadingUnderscore": "allow"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -90,4 +71,3 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user