.devcontainer
.docker
.examples
.m1k1o
client
.vscode
public
src
tools
.babelrc
.browserslistrc
.editorconfig
.env.development
.eslintrc
.prettierrc
package.json
tsconfig.json
vue.config.js
docs
server
.gitattributes
.gitignore
LICENSE
README.md
docker-compose.dev.yaml
neko.code-workspace
tsconfig.json
9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
{
|
|
"semi": false,
|
|
"trailingComma": "all",
|
|
"singleQuote": true,
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"vueIndentScriptAndStyle": true
|
|
}
|