add: Object.freeze()
This commit is contained in:
9
.prettierrc
Normal file
9
.prettierrc
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"printWidth": 300,
|
||||
"tabWidth": 4,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5",
|
||||
"tslintIntegration": true,
|
||||
"insertSpaceBeforeFunctionParenthesis": false
|
||||
}
|
||||
Reference in New Issue
Block a user