forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'shaka-project:main' into master
- Loading branch information
Showing
1,109 changed files
with
177,094 additions
and
68,925 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"extends": "stylelint-config-standard", | ||
"customSyntax": "postcss-less", | ||
"rules": { | ||
"font-family-no-missing-generic-family-keyword": null, | ||
"declaration-block-single-line-max-declarations": null, | ||
"declaration-empty-line-before": null, | ||
"max-line-length": [80, { | ||
ignorePattern: "/^@import\\s+/", | ||
}], | ||
"function-no-unknown": [true, { | ||
ignoreFunctions: [ | ||
"data-uri", | ||
"lighten", | ||
"percentage", | ||
], | ||
}], | ||
"property-no-vendor-prefix": null, | ||
"selector-list-comma-newline-after": "always-multi-line", | ||
"selector-no-vendor-prefix": null, | ||
"selector-pseudo-element-colon-notation": "single", | ||
"unit-allowed-list": ["em", "%", "px", "s", "deg", "vmin", "ms", "vh"] | ||
} | ||
} |
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,4 @@ | ||
# Similar to .gitignore, this lists files ignored by eslint. | ||
|
||
# This is default ignored, but we want to still lint it. | ||
!.eslintrc.js |
Oops, something went wrong.