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
88
99## The scenarios
1010
11- We currently have 3 scenrios set up:
11+ We currently have 3 scenarios set up:
1212
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
14142 . '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.
1616
1717Other permutations might be worth testing to secure against edge cases, but this gives us a decent level of security over common combinations.
1818
You can’t perform that action at this time.
0 commit comments