Skip to content

Commit a2e080b

Browse files
committed
light fix
add prettier to config
1 parent dd40ecf commit a2e080b

File tree

4 files changed

+4210
-651
lines changed

4 files changed

+4210
-651
lines changed

.eslintrc.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ module.exports = {
44
es2021: true,
55
node: true,
66
},
7-
extends: ['standard'],
7+
extends: ['standard', 'prettier'],
88
parserOptions: {
99
ecmaVersion: 12,
1010
},
11-
rules: {
12-
'comma-dangle': 'off',
13-
'space-before-function-paren': 'off',
14-
},
11+
rules: {},
1512
}

model/contacts.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
11
[
22
{
3-
"id": 1,
3+
"id": "1",
44
"name": "Allen Raymond",
55
"email": "nulla.ante@vestibul.co.uk",
66
"phone": "(992) 914-3792"
77
},
88
{
9-
"id": 2,
9+
"id": "2",
1010
"name": "Chaim Lewis",
1111
"email": "dui.in@egetlacus.ca",
1212
"phone": "(294) 840-6685"
1313
},
1414
{
15-
"id": 3,
15+
"id": "3",
1616
"name": "Kennedy Lane",
1717
"email": "mattis.Cras@nonenimMauris.net",
1818
"phone": "(542) 451-7038"
1919
},
2020
{
21-
"id": 4,
21+
"id": "4",
2222
"name": "Wylie Pope",
2323
"email": "est@utquamvel.net",
2424
"phone": "(692) 802-2949"
2525
},
2626
{
27-
"id": 5,
27+
"id": "5",
2828
"name": "Cyrus Jackson",
2929
"email": "nibh@semsempererat.com",
3030
"phone": "(501) 472-5218"
3131
},
3232
{
33-
"id": 6,
33+
"id": "6",
3434
"name": "Abbot Franks",
3535
"email": "scelerisque@magnis.org",
3636
"phone": "(186) 568-3720"
3737
},
3838
{
39-
"id": 7,
39+
"id": "7",
4040
"name": "Reuben Henry",
4141
"email": "pharetra.ut@dictum.co.uk",
4242
"phone": "(715) 598-5792"
4343
},
4444
{
45-
"id": 8,
45+
"id": "8",
4646
"name": "Simon Morton",
4747
"email": "dui.Fusce.diam@Donec.com",
4848
"phone": "(233) 738-2360"
4949
},
5050
{
51-
"id": 9,
51+
"id": "9",
5252
"name": "Thomas Lucas",
5353
"email": "nec@Nulla.com",
5454
"phone": "(704) 398-7993"
5555
},
5656
{
57-
"id": 10,
57+
"id": "10",
5858
"name": "Alec Howard",
5959
"email": "Donec.elementum@scelerisquescelerisquedui.net",
6060
"phone": "(748) 206-2688"

0 commit comments

Comments
 (0)