Skip to content

Commit 0444237

Browse files
committed
fix: remove _mock folder add: .prettierrc
1 parent 1fe0691 commit 0444237

File tree

6 files changed

+9
-127
lines changed

6 files changed

+9
-127
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@
4040
# Ignore all local history of files
4141
.history
4242
package-lock.json
43+
yarn.lock
4344
*.xml

.prettierrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"tabWidth": 2,
3+
"printWidth": 80,
4+
"semi": true,
5+
"singleQuote": true,
6+
"trailingComma": "none"
7+
}

_mock/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

_mock/_user.ts

Lines changed: 0 additions & 124 deletions
This file was deleted.

_mock/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prefix": "app",
1111
"schematics": {
1212
"@schematics/angular:component": {
13-
"styleext": "styl"
13+
"styleext": "less"
1414
}
1515
},
1616
"architect": {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy