File tree Expand file tree Collapse file tree 9 files changed +49
-4
lines changed Expand file tree Collapse file tree 9 files changed +49
-4
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,15 @@ module.exports = {
22
22
"no-empty" : "off" ,
23
23
"no-empty-functions" : "off" ,
24
24
"no-magic-numbers" : "off" ,
25
+ "padding-line-between-statements" : [
26
+ "off" ,
27
+ "error" ,
28
+ {
29
+ "blankLine" : "always" ,
30
+ "prev" : "*" ,
31
+ "next" : "return"
32
+ }
33
+ ] ,
25
34
"prefer-template" : "off" ,
26
35
"@typescript-eslint/tslint/config" : [
27
36
"error" ,
Original file line number Diff line number Diff line change @@ -22,6 +22,15 @@ module.exports = {
22
22
"no-empty" : " off" ,
23
23
"no-empty-functions" : " off" ,
24
24
"no-magic-numbers" : " off" ,
25
+ "padding-line-between-statements" : [
26
+ " off" ,
27
+ " error" ,
28
+ {
29
+ "blankLine" : " always" ,
30
+ "prev" : " *" ,
31
+ "next" : " return"
32
+ }
33
+ ],
25
34
"prefer-template" : " off" ,
26
35
"@typescript-eslint/tslint/config" : [
27
36
" error" ,
Original file line number Diff line number Diff line change 1
- ✨ 17 rules replaced with their ESLint equivalents. ✨
1
+ ✨ 18 rules replaced with their ESLint equivalents. ✨
2
2
️👀 2 rules do not yet have ESLint equivalents; defaulting to eslint-plugin-tslint. 👀
3
3
✅ All is well! ✅
Original file line number Diff line number Diff line change @@ -30,6 +30,15 @@ module.exports = {
30
30
"no-empty" : "off" ,
31
31
"no-empty-functions" : "off" ,
32
32
"no-magic-numbers" : "off" ,
33
+ "padding-line-between-statements" : [
34
+ "off" ,
35
+ "error" ,
36
+ {
37
+ "blankLine" : "always" ,
38
+ "prev" : "*" ,
39
+ "next" : "return"
40
+ }
41
+ ] ,
33
42
"prefer-template" : "off" ,
34
43
"@typescript-eslint/tslint/config" : [
35
44
"error" ,
Original file line number Diff line number Diff line change 1
- ✨ 17 rules replaced with their ESLint equivalents. ✨
1
+ ✨ 18 rules replaced with their ESLint equivalents. ✨
2
2
️👀 2 rules do not yet have ESLint equivalents; defaulting to eslint-plugin-tslint. 👀
3
3
✅ All is well! ✅
Original file line number Diff line number Diff line change @@ -29,6 +29,15 @@ module.exports = {
29
29
"no-empty" : "off" ,
30
30
"no-empty-functions" : "off" ,
31
31
"no-magic-numbers" : "off" ,
32
+ "padding-line-between-statements" : [
33
+ "off" ,
34
+ "error" ,
35
+ {
36
+ "blankLine" : "always" ,
37
+ "prev" : "*" ,
38
+ "next" : "return"
39
+ }
40
+ ] ,
32
41
"prefer-template" : "off" ,
33
42
"@typescript-eslint/tslint/config" : [
34
43
"error" ,
Original file line number Diff line number Diff line change 1
- ✨ 17 rules replaced with their ESLint equivalents. ✨
1
+ ✨ 18 rules replaced with their ESLint equivalents. ✨
2
2
️👀 2 rules do not yet have ESLint equivalents; defaulting to eslint-plugin-tslint. 👀
3
3
✅ All is well! ✅
Original file line number Diff line number Diff line change @@ -30,6 +30,15 @@ module.exports = {
30
30
"no-empty" : "off" ,
31
31
"no-empty-functions" : "off" ,
32
32
"no-magic-numbers" : "off" ,
33
+ "padding-line-between-statements" : [
34
+ "off" ,
35
+ "error" ,
36
+ {
37
+ "blankLine" : "always" ,
38
+ "prev" : "*" ,
39
+ "next" : "return"
40
+ }
41
+ ] ,
33
42
"prefer-template" : "off" ,
34
43
"@typescript-eslint/tslint/config" : [
35
44
"error" ,
Original file line number Diff line number Diff line change 1
- ✨ 17 rules replaced with their ESLint equivalents. ✨
1
+ ✨ 18 rules replaced with their ESLint equivalents. ✨
2
2
️👀 2 rules do not yet have ESLint equivalents; defaulting to eslint-plugin-tslint. 👀
3
3
✅ All is well! ✅
You can’t perform that action at this time.
0 commit comments