-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Infrastructure: Bump eslint and prettier related dependencies (#2961)
- Bumps eslint from 8.52.0 to 8.57.0 - Bumps eslint-plugin-jsdoc from 39.3.3 to 48.2.3 - Bumps eslint-plugin-html from 6.2.0 to 8.1.1 - Bumps eslint-config-prettier from 8.5.0 to 9.1.0 - Bumps eslint-plugin-prettier from 4.2.1 to 5.1.3 - Bumps eslint-plugin-ava from 13.2.0 to 14.0.0 - Bumps prettier from 2.7.1 to 3.2.5 --------- Co-authored-by: Howard Edwards <[email protected]>
- Loading branch information
Showing
10 changed files
with
396 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"singleQuote": true, | ||
"trailingComma": "es5", | ||
"overrides": [ | ||
{ | ||
"files": ["**/*.css"], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.