File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ With the code from `index.js`, we insert those answers into the metalsmith metad
8
8
9
9
## The scenarios
10
10
11
- We currently have 3 scenrios set up:
11
+ We currently have 3 scenarios set up:
12
12
13
- 1 . 'minimal': it basically answers "no" to ever choice, so no router, no elint , no tests
13
+ 1 . 'minimal': it basically answers "no" to ever choice, so no router, no eslint , no tests
14
14
2 . 'full': It answers "yes" to every choice. With router, with linting (standard), with full tests (jest & e2e)
15
- 3 . 'full-airbnb-karma': like 'full', but using airbnb eslint config instead od standard and karma instead of jest for unnit tests.
15
+ 3 . 'full-airbnb-karma': like 'full', but using airbnb eslint config instead of standard and karma instead of jest for unit tests.
16
16
17
17
Other permutations might be worth testing to secure against edge cases, but this gives us a decent level of security over common combinations.
18
18
You can’t perform that action at this time.
0 commit comments