Skip to content

Commit

Permalink
Merge branch 'shaka-project:main' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaddox authored Sep 22, 2022
2 parents 6fc82e5 + 340b04a commit d5228f7
Show file tree
Hide file tree
Showing 1,109 changed files with 177,094 additions and 68,925 deletions.
24 changes: 24 additions & 0 deletions .csslintrc
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"]
}
}
4 changes: 4 additions & 0 deletions .eslintignore
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
Loading

0 comments on commit d5228f7

Please sign in to comment.