Skip to content

Commit

Permalink
Bump axios from 0.21.1 to 0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 22, 2022
2 parents 7d8d061 + 7779f07 commit 3225296
Show file tree
Hide file tree
Showing 3 changed files with 1,407 additions and 329 deletions.
15 changes: 15 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"extends": ["stylelint-config-standard-scss", "stylelint-config-prettier-scss"],
"rules": {
"at-rule-no-unknown": [
true, { "ignoreAtRules": ["else", "extend", "if", "include", "mixin", "warn", "use"] }
],
"color-hex-case": "upper",
"color-hex-length": "long",
"indentation": [2, { "indentInsideParens": "once-at-root-twice-in-block" }],
"rule-empty-line-before": ["always-multi-line", { "ignore": ["after-comment"] }],
"value-keyword-case": ["lower", { "ignoreKeywords": ["Arial"] }],
"selector-class-pattern": null,
"scss/at-mixin-pattern": null
}
}
Loading

0 comments on commit 3225296

Please sign in to comment.