July 2018
Intermediate to advanced
420 pages
8h 46m
English
Now, we will create some tasks to run the linters that we just set up.
Open ./Client/package.json and add the following line before the sasalint script:
"lint:dev": "npm run sasslint && npm run tslint",
The preceding code will execute two commands: one for sasslint and another for tslint. So, we are ready to start testing our application and preparing the deployment.
Read now
Unlock full access