Skip to content

Commit

Permalink
Added linting (#1)
Browse files Browse the repository at this point in the history
* eslint

* Added lint to workflows

---------

Co-authored-by: Fabio Nappi <[email protected]>
  • Loading branch information
FabioNappi and Fabio Nappi authored Jul 15, 2024
1 parent 72568b4 commit c273750
Show file tree
Hide file tree
Showing 13 changed files with 2,291 additions and 96 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
- name: Check Typescript Types
run: yarn check:types

# - name: Linting
# run: yarn lint
- name: Linting
run: yarn lint
8 changes: 4 additions & 4 deletions .mocharc.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/** @type {import('mocha').MochaOptions} */
module.exports = {
"node-option": [
"no-warnings",
"experimental-specifier-resolution=node",
"loader=ts-node/esm",
'node-option': [
'no-warnings',
'experimental-specifier-resolution=node',
'loader=ts-node/esm',
],
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"eslint.useFlatConfig": true
}
Loading

0 comments on commit c273750

Please sign in to comment.