File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This handcrafted artisanal software is brought to you by:
4
4
5
- | <img height =" 80 " src =" https://avatars.githubusercontent.com/u/261635?v=4 " ><br ><a href =" https://github.com/msimerson " >msimerson</a > (<a href =" https://github.com/haraka/haraka-eslint/commits?author=msimerson " >39</a >)| <img height =" 80 " src =" https://avatars.githubusercontent.com/u/662371?v=4 " ><br ><a href =" https://github.com/baudehlo " >baudehlo</a > (<a href =" https://github.com/haraka/haraka-eslint/commits?author=baudehlo " >2</a >)| <img height =" 80 " src =" https://avatars.githubusercontent.com/u/4670561?v=4 " ><br ><a href =" https://github.com/ztipnis " >ztipnis</a > (<a href =" https://github.com/haraka/haraka-eslint/commits?author=ztipnis " >1</a >)|
6
- | :---: | :---: | :---: |
5
+ | <img height =" 80 " src =" https://avatars.githubusercontent.com/u/261635?v=4 " ><br ><a href =" https://github.com/msimerson " >msimerson</a > (<a href =" https://github.com/haraka/haraka-eslint/commits?author=msimerson " >39</a >) | <img height =" 80 " src =" https://avatars.githubusercontent.com/u/662371?v=4 " ><br ><a href =" https://github.com/baudehlo " >baudehlo</a > (<a href =" https://github.com/haraka/haraka-eslint/commits?author=baudehlo " >2</a >) | <img height =" 80 " src =" https://avatars.githubusercontent.com/u/4670561?v=4 " ><br ><a href =" https://github.com/ztipnis " >ztipnis</a > (<a href =" https://github.com/haraka/haraka-eslint/commits?author=ztipnis " >1</a >) |
6
+ | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- : | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- : | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---: |
7
7
8
8
<sub >this file is generated by [ .release] ( https://github.com/msimerson/.release ) .
9
9
Contribute to this project to get your GitHub profile included here.</sub >
Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ module.exports = {
33
33
"no-console" : "off" ,
34
34
"no-constant-condition" : [ "error" , { checkLoops : false } ] ,
35
35
"prefer-const" : [ "error" , { ignoreReadBeforeAssign : true } ] ,
36
- "no-unused-vars" : [ "warn" , { " caughtErrorsIgnorePattern" : "ignore" } ] ,
36
+ "no-unused-vars" : [ "warn" , { caughtErrorsIgnorePattern : "ignore" } ] ,
37
37
} ,
38
38
} ;
You can’t perform that action at this time.
0 commit comments