-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tslint is missing custom rules in 1.0.0-beta.6 #1094
Labels
P1
Impacts a large percentage of users; if a workaround exists it is partial or overly painful
type: bug/fix
Comments
@mgechev can you advise? |
filipesilva
added
type: bug/fix
P1
Impacts a large percentage of users; if a workaround exists it is partial or overly painful
labels
Jun 16, 2016
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Jun 16, 2016
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Jun 16, 2016
@cexbrayat added a PR doing exactly what you mentioned as a fix. I mistakenly removed that lint config entry. |
filipesilva
added a commit
that referenced
this issue
Jun 16, 2016
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P1
Impacts a large percentage of users; if a workaround exists it is partial or overly painful
type: bug/fix
Mac OSX El Capitan
angular-cli: 1.0.0-beta.6
node: 6.2.0
os: darwin x64
In a new project, run
tslint "src/**/*.ts"
more information.
Looks like the rules directory was removed in chore(lint): update tslint #740
Maybe that's not necessary anymore, but I'm using the last tslint release 3.11, so something must be missing.
Current workaround is to add the rules directory again:
cc @filipesilva
The text was updated successfully, but these errors were encountered: