Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 17a530e

Browse files
committedJun 17, 2024··
update prettier
1 parent 9ebbb56 commit 17a530e

File tree

42 files changed

+356
-1359
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+356
-1359
lines changed
 

‎.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ module.exports = {
5555
{
5656
files: ['**/*.ts', '**/*.tsx'],
5757
rules: {
58+
'@typescript-eslint/consistent-indexed-object-style': 'off',
5859
// Enforce camelCase naming convention and PascalCase class and interface names
5960
'@typescript-eslint/naming-convention': [
6061
'error',

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"jest-watch-typeahead": "^2.2.2",
7171
"npm-run-all": "^4.1.5",
7272
"plop": "^2.6.0",
73-
"prettier": "~2.8.6",
73+
"prettier": "~3.3.2",
7474
"puppeteer": "^13.2.0",
7575
"react": "^18.1.0",
7676
"react-dom": "^18.1.0",

0 commit comments

Comments
 (0)
This repository has been archived.