Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
- dependencies
- switch to built in test runner
  • Loading branch information
dangowans committed Jul 30, 2024
1 parent 080403f commit 328b7fa
Show file tree
Hide file tree
Showing 17 changed files with 1,587 additions and 1,047 deletions.
10 changes: 0 additions & 10 deletions .eslintrc.json

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

Expand Down
7 changes: 0 additions & 7 deletions .prettierrc.json

This file was deleted.

4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License
# MIT License

Copyright (c) 2023 The City of Sault Ste. Marie
Copyright (c) 2024 The City of Sault Ste. Marie

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions eslint.config.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from 'eslint-config-cityssm';
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from 'eslint-config-cityssm';
1 change: 1 addition & 0 deletions eslint.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from 'eslint-config-cityssm'
Loading

0 comments on commit 328b7fa

Please sign in to comment.