-
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge commit '85258077f403913e70c0207a731101d8c5535fb2'
- Loading branch information
Showing
473 changed files
with
62,242 additions
and
25,145 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,2 @@ | ||
# These are supported funding model platforms | ||
|
||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | ||
patreon: comigo | ||
open_collective: # Replace with a single Open Collective username | ||
ko_fi: # Replace with a single Ko-fi username | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
liberapay: # Replace with a single Liberapay username | ||
issuehunt: # Replace with a single IssueHunt username | ||
otechie: # Replace with a single Otechie username | ||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] | ||
custom: | ||
- https://boosty.to/comigo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Number of days of inactivity before an issue becomes stale | ||
daysUntilStale: 60 | ||
# Number of days of inactivity before a stale issue is closed | ||
daysUntilClose: 90 | ||
# Issues with these labels will never be considered stale | ||
exemptLabels: [] | ||
# Label to use when marking an issue as stale | ||
staleLabel: 'state:stale' | ||
# Comment to post when marking an issue as stale. Set to `false` to disable | ||
markComment: > | ||
Hey there 👋 I marked this issue as stale as it hadn't brought much attention for quite a while. | ||
I do understand that stale issues are still issues, yet here stale issues receive the least attention from maintainers so they can focus on more relevant tasks. | ||
You can help with this issue by checking whether it affects latest versions of ct.js and writing about it if it does, | ||
providing an example project and steps to reproduce. | ||
Or maybe you can close it with a PR! | ||
Note that some platform-dependent issues can't be resolved by developers due to the absense of such devices :c | ||
We will need help from you for such tasks. | ||
If this issue won't get attention in three months, it will be closed. | ||
# Comment to post when closing a stale issue. Set to `false` to disable | ||
closeComment: > | ||
This issue is now closed! Please create a new one with a proper template if this issue still affects ct.js. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
plugins: | ||
- stylelint-stylus | ||
overrides: | ||
- files: | ||
- '*.stylus' | ||
- '*.styl' | ||
- '**/*.stylus' | ||
- '**/*.styl' | ||
customSyntax: 'postcss-styl' | ||
rules: | ||
color-no-invalid-hex: true | ||
font-family-no-duplicate-names: true | ||
named-grid-areas-no-invalid: true | ||
function-calc-no-unspaced-operator: true | ||
function-linear-gradient-no-nonstandard-direction: true | ||
string-no-newline: true | ||
unit-no-unknown: true | ||
keyframe-declaration-no-important: true | ||
keyframe-block-no-duplicate-selectors: true | ||
declaration-block-no-duplicate-properties: true | ||
declaration-block-no-shorthand-property-overrides: true | ||
declaration-block-no-duplicate-custom-properties: true | ||
block-no-empty: true | ||
media-feature-name-no-unknown: true | ||
comment-no-empty: true | ||
no-duplicate-at-import-rules: true | ||
no-empty-source: true | ||
alpha-value-notation: 'number' | ||
length-zero-no-unit: true | ||
declaration-block-single-line-max-declarations: 1 | ||
selector-attribute-quotes: always | ||
selector-id-pattern: 'the[A-Z][a-zA-Z]*' | ||
no-irregular-whitespace: true | ||
|
||
stylus/pythonic: 'always' | ||
stylus/semicolon: 'never' | ||
stylus/property-no-unknown: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.