Skip to content

Commit

Permalink
Merge branch 'develop' into feature/add-links-to-footer
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsJohansen87 committed Mar 18, 2024
2 parents 2a5ebc0 + 248c77b commit 34b1743
Show file tree
Hide file tree
Showing 6 changed files with 523 additions and 33 deletions.
10 changes: 7 additions & 3 deletions docs/LINTING.MD
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Liniting

## Installing
## Install

```
npm install --dev
```

## runing
## Run

```
npm run lint
```

Note this will only lint staged files, so don't forget to add with git add
Note: this will only lint staged files, so don't forget to add with git add
Loading

0 comments on commit 34b1743

Please sign in to comment.