Skip to content

How to apply tslint.json at generate command #1546

@sculove

Description

@sculove
  1. Mac OSX (El Capitan)
  2. env
  3. angular-cli: 0.0.39
  4. node: 5.6.0
  5. os: darwin x64

I changed tslint.json file.
example. I change indent from spaces to tabs

"indent": [
      true,
      "tabs" // this code
]

and then,
I generate component or service,....
I expect created codes are applied tab indent.
but, angular-cli makes files as spaces indent.

What should I do this?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions