{
  "extends": ["./tslint.json"],
  "rules": {
    "no-implicit-dependencies": [true, "dev"],
    "whitespace": [
      false,
      "check-branch",
      "check-decl",
      "check-operator",
      "check-separator",
      "check-type",
      "check-typecast"
    ],
    "ordered-imports": [
			false
		]
  },
  "linterOptions": {
    "exclude": ["**/*.d.ts", "**/*.{test,story}.ts{,x}", "**/node_modules/**"]
  },
  "no-submodule-imports": false,
  "object-literal-sort-keys": false
}
