Skip to content

Commit

Permalink
Attributes initialization refactoring (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
barsdeveloper authored Mar 24, 2024
1 parent 5973570 commit cc9e3d8
Show file tree
Hide file tree
Showing 93 changed files with 4,992 additions and 4,940 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ node_modules/
package-lock.json
localhost*
*.git
cypress/screenshots
cypress/videos
/test-results/
/playwright-report/
/blob-report/
Expand Down
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
120
],
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
"js/ts.implicitProjectConfig.target": "ES2022",
"js/ts.implicitProjectConfig.target": "ESNext",
"typescript.format.semicolons": "remove",
"javascript.preferences.importModuleSpecifier": "relative",
"javascript.preferences.importModuleSpecifierEnding": "js",
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.formatOnSave": true,
}
Loading

0 comments on commit cc9e3d8

Please sign in to comment.