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> */
12'use strict'
23
34module . exports = {
Original file line number Diff line number Diff line change 22 "name" : " eslint-plugin-standard" ,
33 "description" : " ESlint Plugin for the Standard Linter" ,
44 "version" : " 4.0.2" ,
5- "author" :
" Jamund Ferguson <[email protected] >" ,
5+ "author" : {
6+ "name" : " Feross Aboukhadijeh" ,
7+ 8+ "url" : " https://feross.org"
9+ },
610 "bugs" : {
711 "url" : " https://github.com/standard/eslint-plugin-standard/issues"
812 },
2832 },
2933 "peerDependencies" : {
3034 "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+ ]
3250}
You can’t perform that action at this time.
0 commit comments