Skip to content

Commit 0df3d57

Browse files
committed
Update front end linting and test dependencies
1 parent 5239009 commit 0df3d57

File tree

4 files changed

+336
-8100
lines changed

4 files changed

+336
-8100
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -80,22 +80,22 @@ repos:
8080
files: \.ftl$
8181
args: [--config, .github/l10n/linter_config.yml, l10n/en/, l10n/en-US/, l10n-pocket/en/]
8282
- repo: https://github.com/pre-commit/mirrors-prettier
83-
rev: v3.0.3
83+
rev: v3.1.0
8484
hooks:
8585
- id: prettier
8686
- repo: https://github.com/awebdeveloper/pre-commit-stylelint
8787
rev: 0.0.2
8888
hooks:
8989
- id: stylelint
9090
additional_dependencies:
91-
- "stylelint@15.11.0"
92-
- "stylelint-config-standard-scss@11.0.0"
93-
94-
91+
- "stylelint@16.0.2"
92+
- "stylelint-config-standard-scss@12.0.0"
93+
94+
9595
- repo: https://github.com/eslint/eslint
96-
rev: v8.51.0
96+
rev: v8.56.0
9797
hooks:
9898
- id: eslint
9999
additional_dependencies:
100-
- "eslint-config-prettier@9.0.0"
100+
- "eslint-config-prettier@9.1.0"
101101
# Additional excludes in /.eslintignore file

.stylelintrc

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"ignoreFunctions": ["local"]
1717
}
1818
],
19-
"max-line-length": null,
2019
"font-family-no-missing-generic-family-keyword": [
2120
true,
2221
{

0 commit comments

Comments
 (0)