Skip to content

Commit

Permalink
tec: Update the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Jul 14, 2023
2 parents afa0bdd + 1aa2f49 commit 4d3a7af
Show file tree
Hide file tree
Showing 17 changed files with 6,112 additions and 6,371 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"functions": "never"
}],
"semi": ["error", "always"],
"indent": ["error", 4]
"indent": ["error", 4],
"object-shorthand": ["error", "never"]
}
}
17 changes: 15 additions & 2 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
"extends": "stylelint-config-standard",

"plugins": [
"stylelint-order"
"stylelint-order",
"stylelint-stylistic"
],

"rules": {
"indentation": 4,
"stylistic/indentation": 4,

"at-rule-no-vendor-prefix": null,

"color-function-notation": null,

"declaration-empty-line-before": [
"always",
Expand All @@ -18,6 +23,14 @@

"custom-property-empty-line-before": null,

"media-feature-range-notation": "prefix",

"no-irregular-whitespace": null,

"property-no-vendor-prefix": null,

"selector-class-pattern": null,

"order/properties-order": [
{
"groupName": "heading",
Expand Down

0 comments on commit 4d3a7af

Please sign in to comment.