File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ before_script:
32
32
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then nohup bash -c "webdriver-manager start 2>&1 &"; fi # Protractor CI
33
33
34
34
after_failure :
35
- - cat /home/travis/build/mgechev/angular2 -seed/npm-debug.log
35
+ - cat /home/travis/build/mgechev/angular -seed/npm-debug.log
36
36
37
37
branches :
38
38
only : master
Original file line number Diff line number Diff line change 1
1
# Introduction
2
2
3
3
[ ![ Angular Style Guide] ( https://mgechev.github.io/angular2-style-guide/images/badge.svg )] ( https://angular.io/styleguide )
4
- [ ![ Build Status] ( https://travis-ci.org/mgechev/angular2 -seed.svg?branch=master )] ( https://travis-ci.org/mgechev/angular2-seed )
4
+ [ ![ Build Status] ( https://travis-ci.org/mgechev/angular -seed.svg?branch=master )] ( https://travis-ci.org/mgechev/angular2-seed )
5
5
[ ![ Build Status] ( https://ci.appveyor.com/api/projects/status/github/mgechev/angular2-seed?svg=true )] ( https://ci.appveyor.com/project/mgechev/angular2-seed )
6
6
[ ![ Join the chat at https://gitter.im/mgechev/angular2-seed ] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/mgechev/angular2-seed?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
7
7
[ ![ MIT license] ( http://img.shields.io/badge/license-MIT-brightgreen.svg )] ( http://opensource.org/licenses/MIT )
@@ -291,6 +291,7 @@ Forks of this project demonstrate how to extend and integrate with other librari
291
291
│ │ ├── project.config.ts <- configuration of the specific project
292
292
│ │ ├── seed.config.interfaces.ts
293
293
│ │ └── seed.config.ts <- generic configuration of the seed project
294
+ │ │ └── seed.tslint.json <- generic tslint configuration of the seed project
294
295
│ ├── config.ts <- exported configuration (merge both seed.config and project.config, project.config overrides seed.config)
295
296
│ ├── debug.ts
296
297
│ ├── env <- environment configuration
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ./tools/config/seed.tslint.json" ,
3
3
"rules" : {
4
- // overwrite rules defined in seed.tslint.json here or add additional rules
5
4
}
6
5
}
You can’t perform that action at this time.
0 commit comments