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 = {
2222 "no-empty" : "off" ,
2323 "no-empty-functions" : "off" ,
2424 "no-magic-numbers" : "off" ,
25+ "padding-line-between-statements" : [
26+ "off" ,
27+ "error" ,
28+ {
29+ "blankLine" : "always" ,
30+ "prev" : "*" ,
31+ "next" : "return"
32+ }
33+ ] ,
2534 "prefer-template" : "off" ,
2635 "@typescript-eslint/tslint/config" : [
2736 "error" ,
Original file line number Diff line number Diff line change @@ -22,6 +22,15 @@ module.exports = {
2222 "no-empty" : " off" ,
2323 "no-empty-functions" : " off" ,
2424 "no-magic-numbers" : " off" ,
25+ "padding-line-between-statements" : [
26+ " off" ,
27+ " error" ,
28+ {
29+ "blankLine" : " always" ,
30+ "prev" : " *" ,
31+ "next" : " return"
32+ }
33+ ],
2534 "prefer-template" : " off" ,
2635 "@typescript-eslint/tslint/config" : [
2736 " 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. ✨
22️👀 2 rules do not yet have ESLint equivalents; defaulting to eslint-plugin-tslint. 👀
33✅ All is well! ✅
Original file line number Diff line number Diff line change @@ -30,6 +30,15 @@ module.exports = {
3030 "no-empty" : "off" ,
3131 "no-empty-functions" : "off" ,
3232 "no-magic-numbers" : "off" ,
33+ "padding-line-between-statements" : [
34+ "off" ,
35+ "error" ,
36+ {
37+ "blankLine" : "always" ,
38+ "prev" : "*" ,
39+ "next" : "return"
40+ }
41+ ] ,
3342 "prefer-template" : "off" ,
3443 "@typescript-eslint/tslint/config" : [
3544 "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. ✨
22️👀 2 rules do not yet have ESLint equivalents; defaulting to eslint-plugin-tslint. 👀
33✅ All is well! ✅
Original file line number Diff line number Diff line change @@ -29,6 +29,15 @@ module.exports = {
2929 "no-empty" : "off" ,
3030 "no-empty-functions" : "off" ,
3131 "no-magic-numbers" : "off" ,
32+ "padding-line-between-statements" : [
33+ "off" ,
34+ "error" ,
35+ {
36+ "blankLine" : "always" ,
37+ "prev" : "*" ,
38+ "next" : "return"
39+ }
40+ ] ,
3241 "prefer-template" : "off" ,
3342 "@typescript-eslint/tslint/config" : [
3443 "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. ✨
22️👀 2 rules do not yet have ESLint equivalents; defaulting to eslint-plugin-tslint. 👀
33✅ All is well! ✅
Original file line number Diff line number Diff line change @@ -30,6 +30,15 @@ module.exports = {
3030 "no-empty" : "off" ,
3131 "no-empty-functions" : "off" ,
3232 "no-magic-numbers" : "off" ,
33+ "padding-line-between-statements" : [
34+ "off" ,
35+ "error" ,
36+ {
37+ "blankLine" : "always" ,
38+ "prev" : "*" ,
39+ "next" : "return"
40+ }
41+ ] ,
3342 "prefer-template" : "off" ,
3443 "@typescript-eslint/tslint/config" : [
3544 "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. ✨
22️👀 2 rules do not yet have ESLint equivalents; defaulting to eslint-plugin-tslint. 👀
33✅ All is well! ✅
You can’t perform that action at this time.
0 commit comments