File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2016 Mother Co.
3+ Copyright (c) 2018 Mother Co.
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module.exports = {
99 window : false ,
1010 document : false
1111 } ,
12- parser : ' babel-eslint' ,
12+ parser : " babel-eslint" ,
1313 rules : {
1414 "consistent-return" : 1 ,
1515 // TODO: Decide on MemberExpression
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-mother" ,
3- "version" : " 2.0.11 " ,
4- "description" : " Mother eslint config from eslint-config-airbnb" ,
3+ "version" : " 2.0.12 " ,
4+ "description" : " Mother eslint config derived from eslint-config-airbnb" ,
55 "main" : " index.js" ,
66 "scripts" : {
77 "test" : " echo \" Error: no test specified\" && exit 1"
1212 },
1313 "keywords" : [
1414 " eslint" ,
15- " config" ,
16- " airbnb"
15+ " config"
1716 ],
1817 "author" : " Mother Co." ,
1918 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments