Skip to content

Commit

Permalink
build: upgrade deps to latest (#89)
Browse files Browse the repository at this point in the history
- Add .stylelintignore
- Update contributing.md
  • Loading branch information
camargo authored Aug 4, 2022
1 parent 43f0ad7 commit 507c56a
Show file tree
Hide file tree
Showing 4 changed files with 1,983 additions and 594 deletions.
7 changes: 7 additions & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.svelte-kit/**
build/**
e2e-test-results/**
node_modules/**
src/css/utilities.css
static/**
unit-test-results/**
1 change: 1 addition & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Run the following commands to execute formatting, linting, static analysis, and

1. `npm run format:write`
1. `npm run lint`
1. `npm run lint:css`
1. `npm run check`
1. `npm run test:unit`
1. `npm run test:e2e`
Expand Down
Loading

0 comments on commit 507c56a

Please sign in to comment.