{
	"extends": [
		"tslint:recommended",
		"tslint-no-unused-expression-chai"
	],
	"rules": {
		"indent": [true, "tabs"],
		"jsdoc-format": true,
		"whitespace": [false, "check-type"],
		"object-literal-sort-keys": false,
		"only-arrow-functions": false,
		"quotemark": [true, "single", "avoid-escape"],
		"no-var-requires": true,
		"arrow-parens": false,
		"max-classes-per-file": false,
		"no-console": false,
		"no-string-literal": false,
		"interface-name": false,
		"member-ordering": false,
		"variable-name": [
			true,
			"ban-keywords",
			"check-format",
			"allow-leading-underscore",
			"allow-pascal-case"
		]
	}
}
