-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ci): run all linting actions (#2576)
* Run all linting actions in CI workflow * Run Prettier * chore(prettier): Ignore implicit closing bracket in rtc element (#2592) * chore: Ignore implicit closing bracket in rtc element * chore: add rtc element example to .prettierignore * style(prettier): ignore CHANGELOG * chore: revert CHANGELOG.md * style: run `prettier -w .` --------- Co-authored-by: Brian Thomas Smith <[email protected]> Co-authored-by: Claas Augner <[email protected]>
- Loading branch information
1 parent
2600d2e
commit c7380db
Showing
12 changed files
with
112 additions
and
129 deletions.
There are no files selected for viewing
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
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 +1,3 @@ | ||
CHANGELOG.md | ||
docs/ | ||
live-examples/html-examples/inline-text-semantics/rtc.html |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,94 @@ | ||
{ | ||
"pages": { | ||
"counterStyle": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/counter-style.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list.html", | ||
"fileName": "counter-style.html", | ||
"title": "CSS Demo: @counter-style", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
}, | ||
"counterStyleSystem": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/system.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list.html", | ||
"fileName": "counter-style-system.html", | ||
"title": "CSS Demo: system", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
}, | ||
"counterStyleNegative": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/negative.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list-negative.html", | ||
"fileName": "counter-style-negative.html", | ||
"title": "CSS Demo: negative", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
}, | ||
"counterStylePrefix": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/prefix.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list.html", | ||
"fileName": "counter-style-prefix.html", | ||
"title": "CSS Demo: prefix", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
}, | ||
"counterStyleSuffix": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/suffix.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list.html", | ||
"fileName": "counter-style-suffix.html", | ||
"title": "CSS Demo: suffix", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
}, | ||
"counterStyleRange": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/range.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list.html", | ||
"fileName": "counter-style-range.html", | ||
"title": "CSS Demo: range", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
}, | ||
"counterStylePad": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/pad.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list.html", | ||
"fileName": "counter-style-pad.html", | ||
"title": "CSS Demo: pad", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
}, | ||
"counterStyleFallback": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/fallback.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list.html", | ||
"fileName": "counter-style-fallback.html", | ||
"title": "CSS Demo: fallback", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
}, | ||
"counterStyleSymbols": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/symbols.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list.html", | ||
"fileName": "counter-style-symbols.html", | ||
"title": "CSS Demo: symbols", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
}, | ||
"counterStyleAdditiveSymbols": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/additive-symbols.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list.html", | ||
"fileName": "counter-style-additive-symbols.html", | ||
"title": "CSS Demo: additive-symbols", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
} | ||
"pages": { | ||
"counterStyle": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/counter-style.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list.html", | ||
"fileName": "counter-style.html", | ||
"title": "CSS Demo: @counter-style", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
}, | ||
"counterStyleSystem": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/system.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list.html", | ||
"fileName": "counter-style-system.html", | ||
"title": "CSS Demo: system", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
}, | ||
"counterStyleNegative": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/negative.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list-negative.html", | ||
"fileName": "counter-style-negative.html", | ||
"title": "CSS Demo: negative", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
}, | ||
"counterStylePrefix": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/prefix.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list.html", | ||
"fileName": "counter-style-prefix.html", | ||
"title": "CSS Demo: prefix", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
}, | ||
"counterStyleSuffix": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/suffix.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list.html", | ||
"fileName": "counter-style-suffix.html", | ||
"title": "CSS Demo: suffix", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
}, | ||
"counterStyleRange": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/range.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list.html", | ||
"fileName": "counter-style-range.html", | ||
"title": "CSS Demo: range", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
}, | ||
"counterStylePad": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/pad.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list.html", | ||
"fileName": "counter-style-pad.html", | ||
"title": "CSS Demo: pad", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
}, | ||
"counterStyleFallback": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/fallback.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list.html", | ||
"fileName": "counter-style-fallback.html", | ||
"title": "CSS Demo: fallback", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
}, | ||
"counterStyleSymbols": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/symbols.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list.html", | ||
"fileName": "counter-style-symbols.html", | ||
"title": "CSS Demo: symbols", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
}, | ||
"counterStyleAdditiveSymbols": { | ||
"cssExampleSrc": "./live-examples/css-examples/@counter-style/additive-symbols.css", | ||
"exampleCode": "./live-examples/css-examples/@counter-style/counter-list.html", | ||
"fileName": "counter-style-additive-symbols.html", | ||
"title": "CSS Demo: additive-symbols", | ||
"type": "tabbed", | ||
"defaultTab": "css", | ||
"height": "tabbed-shorter" | ||
} | ||
} | ||
} |
3 changes: 1 addition & 2 deletions
3
live-examples/css-examples/fragmentation/box-decoration-break.html
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
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
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,5 +1,4 @@ | ||
<img | ||
class="fit-picture" | ||
src="/media/cc0-images/grapefruit-slice-332-332.jpg" | ||
alt="Grapefruit slice atop a pile of other slices" | ||
/> | ||
alt="Grapefruit slice atop a pile of other slices" /> |
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