kopia lustrzana https://github.com/badgen/badgen.net
rodzic
839cf3aa64
commit
5ad28dad43
|
@ -0,0 +1,13 @@
|
||||||
|
# editorconfig.org
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
end_of_line = lf
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
|
@ -41,4 +41,3 @@ rules:
|
||||||
react/no-unused-prop-types: warn
|
react/no-unused-prop-types: warn
|
||||||
react/react-in-jsx-scope: off
|
react/react-in-jsx-scope: off
|
||||||
react/prop-types: off # TODO: open later
|
react/prop-types: off # TODO: open later
|
||||||
|
|
||||||
|
|
|
@ -36,4 +36,3 @@ async function handler ({ label, status, color }: PathArgs) {
|
||||||
// '/badge/platform/ios,macos,tvos?list=|': 'list (custom seprator)'
|
// '/badge/platform/ios,macos,tvos?list=|': 'list (custom seprator)'
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
|
|
@ -262,4 +262,3 @@ const fullResponsePaths =
|
||||||
'tags',
|
'tags',
|
||||||
'contributors'
|
'contributors'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue