.github
__test__
dist
docs
src
.eslintignore
.eslintrc.json
.gitignore
.prettierignore
.prettierrc.json
LICENSE
README.md
action.yml
jest.config.js
package-lock.json
package.json
tsconfig.json
11 lines
205 B
JSON
11 lines
205 B
JSON
![]() |
{
|
||
|
"printWidth": 80,
|
||
|
"tabWidth": 2,
|
||
|
"useTabs": false,
|
||
|
"semi": false,
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "none",
|
||
|
"bracketSpacing": false,
|
||
|
"arrowParens": "avoid",
|
||
|
"parser": "typescript"
|
||
|
}
|