mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-30 06:00:26 +01:00
a28bb3f0f5
* Add some missing jsdoc comments, add jsdoc eslint plugin * remove left over addition Co-authored-by: absidue <48293849+absidue@users.noreply.github.com> * move jsdoc eslint rule configuration * use dash for list instead * Enable some additional rules * Apply suggestions from code review Co-authored-by: PikachuEXE <git@pikachuexe.net> --------- Co-authored-by: absidue <48293849+absidue@users.noreply.github.com> Co-authored-by: PikachuEXE <git@pikachuexe.net>
41 lines
901 B
YAML
41 lines
901 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
labels:
|
|
- "PR: waiting for review"
|
|
- "PR: dependencies"
|
|
open-pull-requests-limit: 15
|
|
groups:
|
|
babel:
|
|
patterns:
|
|
- "@babel/*"
|
|
- "babel-*"
|
|
eslint:
|
|
patterns:
|
|
- "eslint"
|
|
- "eslint-*"
|
|
- "@eslint/*"
|
|
- "yaml-eslint-parser"
|
|
- "vue-eslint-parser"
|
|
- "neostandard"
|
|
stylelint:
|
|
patterns:
|
|
- "stylelint"
|
|
- "stylelint-*"
|
|
- "postcss"
|
|
- "postcss-*"
|
|
- "@double-great/stylelint-a11y"
|
|
fortawesome:
|
|
patterns:
|
|
- "@fortawesome/*"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
labels:
|
|
- "PR: waiting for review"
|
|
- "PR: dependencies"
|