diff --git a/.stylelintrc b/.stylelintrc index 7cad7a1..6449c3f 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,3 +1,6 @@ { - "extends": "stylelint-config-standard" + "extends": "stylelint-config-standard", + "rules": { + "indentation": 4 + } } diff --git a/tslint.json b/tslint.json index bead261..503326f 100644 --- a/tslint.json +++ b/tslint.json @@ -1,8 +1,7 @@ { - "extends": "tslint-config-standard", - "rules": [ - { - "indent": [true, "spaces", 4] + "extends": "tslint-config-standard", + "rules": { + "indent": [true, "spaces", 4], + "ter-indent": [true, 4] } - ] -} \ No newline at end of file +}