tslint-config-ccs
Advanced tools
Comparing version 0.3.4 to 0.3.5
{ | ||
"name": "tslint-config-ccs", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "A tslint configuration for and by Creative Curiosity", | ||
@@ -5,0 +5,0 @@ "main": "tslint.json", |
@@ -40,3 +40,3 @@ { | ||
"eofline": [true], | ||
"no-magic-numbers": [true], | ||
"no-magic-numbers": false, | ||
"member-ordering": [true, { | ||
@@ -43,0 +43,0 @@ "order": [ |
4805