chore: upgrade lint-staged and globs (#6369)

This commit is contained in:
Nick Schonning 2022-01-15 03:33:09 -05:00 committed by GitHub
parent 051463fec9
commit 9f9a96dc80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 63 additions and 71 deletions

View file

@ -1,7 +1,7 @@
{
"arrowParens": "always",
"bracketSameLine": true,
"bracketSpacing": false,
"jsxBracketSameLine": true,
"printWidth": 80,
"proseWrap": "never",
"singleQuote": true,

View file

@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
.list {
.list {
padding: 0;
}

View file

@ -7,7 +7,8 @@
.footerLogoLink {
opacity: 0.5;
transition: opacity var(--ifm-transition-fast) var(--ifm-transition-timing-default);
transition: opacity var(--ifm-transition-fast)
var(--ifm-transition-timing-default);
}
.footerLogoLink:hover {