diff --git a/README.md b/README.md index 5e9bb07611..45d2af9e42 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ > An Angular 2 starter kit featuring [Angular 2](https://angular.io) ([Router](https://angular.io/docs/js/latest/api/router/), [Forms](https://angular.io/docs/js/latest/api/forms/), [Http](https://angular.io/docs/js/latest/api/http/), [Services](https://gist.github.com/gdi2290/634101fec1671ee12b3e#_follow_@AngularClass_on_twitter), -[Tests](https://angular.io/docs/js/latest/api/test/), [E2E](https://angular.github.io/protractor/#/faq#what-s-the-difference-between-karma-and-protractor-when-do-i-use-which-)), [Karma](https://karma-runner.github.io/), [Protractor](https://angular.github.io/protractor/), [Jasmine](https://github.com/jasmine/jasmine), [Istanbul](https://github.com/gotwarlost/istanbul), [TypeScript](http://www.typescriptlang.org/), [Typings](https://github.com/typings/typings), [TsLint](http://palantir.github.io/tslint/), [Ng2Lint](https://github.com/mgechev/ng2lint), [Hot Module Replacement](https://webpack.github.io/docs/hot-module-replacement-with-webpack.html), and [Webpack](http://webpack.github.io/) by [AngularClass](https://angularclass.com). +[Tests](https://angular.io/docs/js/latest/api/test/), [E2E](https://angular.github.io/protractor/#/faq#what-s-the-difference-between-karma-and-protractor-when-do-i-use-which-)), [Karma](https://karma-runner.github.io/), [Protractor](https://angular.github.io/protractor/), [Jasmine](https://github.com/jasmine/jasmine), [Istanbul](https://github.com/gotwarlost/istanbul), [TypeScript](http://www.typescriptlang.org/), [Typings](https://github.com/typings/typings), [TsLint](http://palantir.github.io/tslint/), [Codelyzer](https://github.com/mgechev/codelyzer), [Hot Module Replacement](https://webpack.github.io/docs/hot-module-replacement-with-webpack.html), and [Webpack](http://webpack.github.io/) by [AngularClass](https://angularclass.com). > If you're looking for Angular 1.x please use [NG6-starter](https://github.com/angularclass/NG6-starter) > If you're looking to learn about Webpack and ES6 Build Tools check out [ES6-build-tools](https://github.com/AngularClass/ES6-build-tools) diff --git a/package.json b/package.json index 0c70d127ed..d72d12e7ec 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "karma-phantomjs-launcher": "^1.0.0", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "1.7.0", - "ng2lint": "0.0.10", + "codelyzer": "0.0.12", "parse5": "^1.3.2", "phantomjs-polyfill": "0.0.2", "phantomjs-prebuilt": "^2.1.6", diff --git a/tslint.json b/tslint.json index bd52646cec..53064b46a3 100644 --- a/tslint.json +++ b/tslint.json @@ -1,6 +1,6 @@ { "rulesDirectory": [ - "node_modules/ng2lint/dist/src" + "node_modules/codelyzer/dist/src" ], "rules": { "component-selector-name": [true, "kebab-case"],