Skip to content

Commit

Permalink
build(deps-dev): bump stylelint from 15.10.3 to 15.11.0 (#5471)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump stylelint from 15.10.3 to 15.11.0

Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.10.3 to 15.11.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@15.10.3...15.11.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix

* stylelint fix

* fix eslint

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roma Sosnovsky <[email protected]>
  • Loading branch information
dependabot[bot] and sosnovsky authored Oct 30, 2023
1 parent ee8fbcc commit fc8b0f0
Show file tree
Hide file tree
Showing 4 changed files with 503 additions and 606 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ module.exports = {
format: ['camelCase', 'UPPER_CASE'],
leadingUnderscore: 'allow',
},
{
selector: ['import'],
format: ['camelCase', 'PascalCase'],
},
],
'@typescript-eslint/no-empty-interface': 'off',
'@typescript-eslint/no-explicit-any': ['warn'],
Expand Down
3 changes: 1 addition & 2 deletions extension/css/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,7 @@ body#settings .settings-border .key-content-row {
}

body#settings .settings-border .key_list {
overflow-x: hidden;
overflow-y: hidden;
overflow: hidden;

/* will be overriden to scroll if > 4 keys */
height: 219px;
Expand Down
Loading

0 comments on commit fc8b0f0

Please sign in to comment.