/.eslintrc.cjs (6207006d665699916dc4a94aeabfb627980491f5961bf6f7b7611a97cf1dce02) (543 bytes) (mode 100644) (type blob)
module.exports = {
root: true,
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:svelte/recommended',
'prettier'
],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
parserOptions: {
sourceType: 'module',
ecmaVersion: 2020,
extraFileExtensions: ['.svelte']
},
env: {
browser: true,
es2017: true,
node: true
},
overrides: [
{
files: ['*.svelte'],
parser: 'svelte-eslint-parser',
parserOptions: {
parser: '@typescript-eslint/parser'
}
}
]
};
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
160 |
15af4da772fb8145f611e22544b02c053632d3b0fa8c042a6f40b18058f017c1 |
.eslintignore |
100644 |
blob |
543 |
6207006d665699916dc4a94aeabfb627980491f5961bf6f7b7611a97cf1dce02 |
.eslintrc.cjs |
100644 |
blob |
132 |
b068a262ff1d79e79b6069c1b0580f678088e3fc2b69b6ecbef9724c053e9c47 |
.gitignore |
100644 |
blob |
43 |
880e0a8f5aece1f8772dda4dbef6dc838b309b5a6efbbf4b8a504509c37eb22c |
.npmrc |
100644 |
blob |
160 |
15af4da772fb8145f611e22544b02c053632d3b0fa8c042a6f40b18058f017c1 |
.prettierignore |
100644 |
blob |
233 |
10551ed934eca31e4a6c1148ce26e9071fdc417305a07ef5081c1f36a7c35a05 |
.prettierrc |
040000 |
tree |
- |
58d134a02bf470dfc5d17a013bceb6302a1ad3ef5edb11d246febb342d361b29 |
.vscode |
100644 |
blob |
188 |
14733ad527b3a76bc939e7143fbec38c81929fe3c18cbeda736561e38c032c96 |
README.md |
100644 |
blob |
126724 |
2098142e2b77410645a15aac2513269d0a7e3cfcef6e03101cfa4928d7d4b91a |
package-lock.json |
100644 |
blob |
1287 |
b9f060ba71397c922f35e414834fc8da01d3b98de3dff57da875b4a2141f40e6 |
package.json |
100644 |
blob |
266 |
89825a99b514dcb686fccd3349495a41625bf2bc8671ce4b4e6cc5e83e3cb1f4 |
playwright.config.ts |
100644 |
blob |
75 |
1eba16697bef080d9024ad07005df4c82e17d4ded12f8b8477c3a481795e70e8 |
postcss.config.cjs |
040000 |
tree |
- |
a8a91418c1d84ccd3e63360d5f8eda0dce1201d22841fb79993db91da76c1d89 |
src |
040000 |
tree |
- |
444a0c48ad23bd76f9662941eb2cc53115652709e45a9da8d6f3685ae6497549 |
static |
100644 |
blob |
744 |
4c54f3917ac553021a6cc11ee0b754c4f7d1d741aa129533b75fe8e869f897a0 |
svelte.config.js |
100644 |
blob |
468 |
c134a4f9fec4cb67effd4fddc15dd70a12406848e17fd627eae20d4405091627 |
tailwind.config.cjs |
040000 |
tree |
- |
eb0c99dbe0385862a8bae18fdea0062e1a5a2d14d6da7c037ea24dce84afbfcc |
tests |
100644 |
blob |
532 |
59d7122928a9271aa3c298ca4c3798ecb6a5df356648b02e6504fd5a5a3e53c2 |
tsconfig.json |
100644 |
blob |
210 |
5a992440e64cfc13436b8b53aebd95d7cc33c34ce8d89b8653f4191d0fa3fa06 |
vite.config.ts |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/Sangscienta/Card-Turning-Game
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/Sangscienta/Card-Turning-Game
Clone this repository using git:
git clone git://git.rocketgit.com/user/Sangscienta/Card-Turning-Game
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main