File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ /*! eslint-plugin-standard. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
1
2
'use strict'
2
3
3
4
module . exports = {
Original file line number Diff line number Diff line change 2
2
"name" : " eslint-plugin-standard" ,
3
3
"description" : " ESlint Plugin for the Standard Linter" ,
4
4
"version" : " 4.0.2" ,
5
- "author" :
" Jamund Ferguson <[email protected] >" ,
5
+ "author" : {
6
+ "name" : " Feross Aboukhadijeh" ,
7
+
8
+ "url" : " https://feross.org"
9
+ },
6
10
"bugs" : {
7
11
"url" : " https://github.com/standard/eslint-plugin-standard/issues"
8
12
},
28
32
},
29
33
"peerDependencies" : {
30
34
"eslint" : " >=5.0.0"
31
- }
35
+ },
36
+ "funding" : [
37
+ {
38
+ "type" : " github" ,
39
+ "url" : " https://github.com/sponsors/feross"
40
+ },
41
+ {
42
+ "type" : " patreon" ,
43
+ "url" : " https://www.patreon.com/feross"
44
+ },
45
+ {
46
+ "type" : " consulting" ,
47
+ "url" : " https://feross.org/support"
48
+ }
49
+ ]
32
50
}
You can’t perform that action at this time.
0 commit comments