File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ module.exports = {
60
60
'jsdoc/newline-after-description' : 'off' ,
61
61
'jsdoc/no-types' : 'off' ,
62
62
'jsdoc/no-undefined-types' : 'warn' ,
63
- 'jsdoc/require-description-complete-sentence' : 'warn ' ,
63
+ 'jsdoc/require-description-complete-sentence' : 'off ' ,
64
64
'jsdoc/require-description' : 'warn' ,
65
65
'jsdoc/require-example' : 'off' ,
66
66
'jsdoc/require-hyphen-before-param-description' : 'warn' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-tree" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration." ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
13
13
" eslint-config-tree"
14
14
],
15
15
"homepage" : " https://github.com/fs-webdev/eslint-config-tree#readme" ,
16
+ "githubAutomatorOptions" : {
17
+ "disableSlackNotifications" : true
18
+ },
16
19
"dependencies" : {
17
20
"babel-eslint" : " ^8" ,
18
21
"eslint" : " ^5" ,
You can’t perform that action at this time.
0 commit comments