Initialize repo

This commit is contained in:
Kazimierz Ciołek
2026-02-02 13:56:14 +01:00
commit 7ecefb5621
127 changed files with 219019 additions and 0 deletions

10
prettier.config.js Normal file
View File

@@ -0,0 +1,10 @@
/**
* @see https://prettier.io/docs/en/configuration.html
* @type {import('prettier').Config}
*/
export default {
semi: false,
tabWidth: 4,
singleQuote: true,
trailingComma: 'none'
}