File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2525 run : |
2626 npm install
2727 npm run build --if-present
28+ npm run lint
2829 npm test
2930 env :
3031 CI : true
Original file line number Diff line number Diff line change 1515 "test" : " npm run test:unit && npm run test:features" ,
1616 "test:unit" : " NODE_ENV=test jest" ,
1717 "test:features" : " NODE_ENV=test cucumber-js -p default" ,
18+ "lint" : " tslint src/**/*.ts{,x}" ,
1819 "start" : " NODE_ENV=production node dist/src/apps/mooc_backend/server" ,
1920 "build" : " npm run build:clean && npm run build:tsc && npm run build:di" ,
2021 "build:tsc" : " tsc -p tsconfig.prod.json" ,
Original file line number Diff line number Diff line change 44 "rules" : {
55 "adjacent-overload-signatures" : true ,
66 "curly" : true ,
7- "eofline" : false ,
7+ "eofline" : true ,
88 "align" : [true , " parameters" ],
99 "class-name" : true ,
1010 "indent" : [true , " spaces" ],
You can’t perform that action at this time.
0 commit comments