Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 202c11f

Browse files
mattiaslundbergkvarak
authored andcommitted
Don't run lint at the same time as tests
Let the students focus on one thing at the time, adding eslint to the mix here as well only seemed to confuse when working on the homework. It's an amazing tool, but let's not work on two things at the same time.
1 parent 84f25a2 commit 202c11f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
"lint": "eslint \"**/homework/**/*.js\"",
88
"test": "npm run lint",
99
"test-week1": "eslint Week1/homework",
10-
"test-week2": "eslint Week2/homework && jest Week2",
11-
"test-week3": "eslint Week3/homework && jest Week3",
10+
"test-week2": "jest Week2",
11+
"lint-week2": "eslint Week2/homework",
12+
"test-week3": "jest Week3",
13+
"lint-week3": "eslint Week3/homework",
1214
"test-maartjes-work": "jest maartjes-work",
1315
"test-map-filter": "jest map-filter",
1416
"test-step2-1": "jest step2-1",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy