File tree Expand file tree Collapse file tree 1 file changed +2
-44
lines changed
Expand file tree Collapse file tree 1 file changed +2
-44
lines changed Original file line number Diff line number Diff line change 44 "description" : " Checks for the presence of URL protocol without a slashes (colon-slash-slash)" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "test" : " xo && ava"
7+ "test" : " ava"
88 },
99 "engines" : {
1010 "node" : " >=0.10"
3333 },
3434 "homepage" : " https://github.com/Arttse/node.is-url-protocol-without-slashes#readme" ,
3535 "devDependencies" : {
36- "ava" : " ^0.16.0" ,
37- "xo" : " ^0.16.0"
38- },
39- "xo" : {
40- "esnext" : false ,
41- "rules" : {
42- "no-multi-spaces" : [
43- " error" ,
44- {
45- "exceptions" : {
46- "Property" : true
47- }
48- }
49- ],
50- "no-spaced-func" : 0 ,
51- "space-in-parens" : [
52- " error" ,
53- " always"
54- ],
55- "no-multiple-empty-lines" : [
56- " error" ,
57- {
58- "max" : 2 ,
59- "maxEOF" : 1
60- }
61- ],
62- "padded-blocks" : 0 ,
63- "indent" : [
64- " error" ,
65- 2
66- ],
67- "key-spacing" : [
68- " error" ,
69- {
70- "beforeColon" : true ,
71- "afterColon" : true ,
72- "align" : " colon"
73- }
74- ],
75- "no-extra-parens" : [
76- " warn"
77- ]
78- }
36+ "ava" : " ^0.16.0"
7937 }
8038}
You can’t perform that action at this time.
0 commit comments