mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
5b2e42bc6f
* Add ignore dsstore node_modules * Rename to typescript rnr -r '(.*)\.js$' '$1.ts' ./src ./test rnr -rf '(.*)\.jsx$' '$1.tsx' ./src ./test * Remove package lock * Fix extension of tsx at context * init typescript * . * Compiles, moved to vite * lint new files * Move to prettier --------- Co-authored-by: Pierre Balzack <96387156+balzack@users.noreply.github.com>
6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"printWidth": 120,
|
|
"singleAttributePerLine": true
|
|
}
|