.github
Added type checking and linting to workflow
2025-10-25 12:33:14 +02:00
public
Project start
2025-09-11 15:08:48 +02:00
src
Setting page ( #5 )
2025-10-25 16:01:28 +02:00
tests
Setting page ( #5 )
2025-10-25 16:01:28 +02:00
.gitignore
Removed package-lock.json
2025-09-15 16:08:40 +02:00
.prettierrc.json
DIO-5 Added ESLint and Prettier to project
2025-10-19 17:07:14 +02:00
bitbucket-pipelines.yml
Moved Sonar testing to its own branch.
2025-09-15 17:25:01 +02:00
CODE_OF_CONDUCT.md
Added files related to community guidelines.
2025-10-25 09:43:43 +02:00
CONTRIBUTING.md
Added files related to community guidelines.
2025-10-25 09:43:43 +02:00
env.d.ts
Project start
2025-09-11 15:08:48 +02:00
eslint.config.ts
Setting page ( #5 )
2025-10-25 16:01:28 +02:00
index.html
Changed project name
2025-09-15 12:43:41 +02:00
LICENSE
Added GNU General Public License v3.0 to project
2025-10-20 14:04:46 +02:00
package-lock.json
Setting page ( #5 )
2025-10-25 16:01:28 +02:00
package.json
Setting page ( #5 )
2025-10-25 16:01:28 +02:00
README.md
Added files related to community guidelines.
2025-10-25 09:43:43 +02:00
sonar-project.properties
Moved project from Bitbucket to Github
2025-10-25 09:26:47 +02:00
tsconfig.app.json
Added linter for json files and fixed newly created linting errors.
2025-10-25 12:31:38 +02:00
tsconfig.json
Added linter for json files and fixed newly created linting errors.
2025-10-25 12:31:38 +02:00
tsconfig.node.json
Replaced jsdom with happy-dom
2025-10-19 15:05:29 +02:00
tsconfig.vitest.json
Added linter for json files and fixed newly created linting errors.
2025-10-25 12:31:38 +02:00
vite.config.ts
Modified config files in order to support ~/
2025-10-19 12:45:01 +02:00
vitest.config.ts
Replaced jsdom with happy-dom
2025-10-19 15:05:29 +02:00