Added tests
This commit is contained in:
parent
753a55c9c1
commit
24e61efcf1
30 changed files with 2089 additions and 1737 deletions
21
.prettierrc.js
Normal file
21
.prettierrc.js
Normal file
|
@ -0,0 +1,21 @@
|
|||
module.exports = {
|
||||
bracketSpacing: true,
|
||||
printWidth: 80,
|
||||
parser: "typescript",
|
||||
trailingComma: "all",
|
||||
arrowParens: "always",
|
||||
overrides: [
|
||||
{
|
||||
files: "README.md",
|
||||
options: {
|
||||
parser: "markdown",
|
||||
},
|
||||
},
|
||||
{
|
||||
files: "*.json",
|
||||
options: {
|
||||
parser: "json",
|
||||
}
|
||||
}
|
||||
],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue