File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
packages/eslint-config-hubspot Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " hubspot-style" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "description" : " HubSpot's version of a mostly reasonable approach to JavaScript" ,
55 "scripts" : {
66 "difftool" : " ./bin/difftool" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-hubspot" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "description" : " HubSpot's ESLint config, following our styleguide" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -36,14 +36,8 @@ module.exports = {
3636 'linebreak-style' : 0 ,
3737 // specify the maximum length of a line in your program
3838 // https://github.com/eslint/eslint/blob/master/docs/rules/max-len.md
39- 'max-len' : [ 0 , {
40- 'code' : 100 ,
41- 'comments' : 100 ,
42- 'commentLength' : 100 ,
43- 'tabWidth' : 2 ,
39+ 'max-len' : [ 0 , 100 , 2 , {
4440 'ignoreUrls' : false ,
45- 'ignorePattern' : null ,
46- 'ignoreTrailingComments' : false ,
4741 'ignoreComments' : false
4842 } ] ,
4943 // specify the maximum depth callbacks can be nested
You can’t perform that action at this time.
0 commit comments