Skip to content

Commit

Permalink
Merge pull request #12 from A-Bahadory/week1/marcus
Browse files Browse the repository at this point in the history
Added eslint and prettier to project
  • Loading branch information
adniyaYousaf authored Apr 23, 2024
2 parents 292cd89 + abc79f3 commit 4ae7e03
Show file tree
Hide file tree
Showing 4 changed files with 1,891 additions and 354 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/enforce-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run-name: Enforce lint passes on committed files

on:
workflow_dispatch:
#pull_request:
pull_request:

jobs:
run-linter:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ While you are free to use this codebase for your future projects we recommend ag

For launch projects and future portfolio pieces, look at the [Code Your Future Starter Kit](https://github.com/CodeYourFuture/cyf-final-project-starter-kit). This assessment project is a simplified version of the starter kit, with a lot of the features removed to keep it light and more understandable. In fact, some of the challenges in this project are to re-add these features yourself, like support for linting.

Since these features will already be present in the starter kit, it will be a much better starting point. And since it uses the same libraries and setup that you will learn here, you should feel immediately familiar with it.
Since these features will already be present in the starter kit, it will be a much better starting point. And since it uses the same libraries and setup that you will learn here, you should feel immediately familiar with it.
Loading

0 comments on commit 4ae7e03

Please sign in to comment.