Commit 00a53a10 authored by nanahira's avatar nanahira

add prettier

parent 7d8dc2d0
Pipeline #4299 passed with stages
in 1 minute and 8 seconds
{
"singleQuote": true,
"trailingComma": "all"
}
\ No newline at end of file
{
"singleQuote": true,
"trailingComma": "all"
}
\ No newline at end of file
...@@ -5,4 +5,10 @@ npm install --save \ ...@@ -5,4 +5,10 @@ npm install --save \
npm install --save-dev \ npm install --save-dev \
@types/node \ @types/node \
@types/lodash \ @types/lodash \
typescript typescript \
@typescript-eslint/eslint-plugin \
@typescript-eslint/parser \
eslint \
eslint-config-prettier \
eslint-plugin-prettier \
prettier
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment