Skip to content

Commit bbd520a

Browse files
committed
Correct linting
1 parent 1833806 commit bbd520a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"server:dev:hmr": "npm run server:dev -- --hot",
3434
"server:prod": "http-server dist --cors",
3535
"server:docs": "http-server docs --cors",
36-
"lint": "lint:app && lint:test",
36+
"lint": "npm run lint:app && npm run lint:test",
3737
"lint:app": "tslint -c ./tslint.json './src/app/**/*.ts'",
3838
"lint:test": "tslint -c ./tslint.json './test/unit/**/*.ts'",
3939
"webpack": "cross-env TS_NODE_PROJECT=tsconfig.tsnode.json TS_NODE_FAST=true ./node_modules/.bin/webpack",

src/app/main.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/**
1+

2+
/**
23
* Import the main sass file for all the styles
34
*/
45
import '../scss/main.scss';

0 commit comments

Comments
 (0)