Compare commits

..

No commits in common. "63a313172925978b29db44951769915e33aeaef0" and "50e92fb458c39834ef9e5109be63311325cdda91" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -21,10 +21,9 @@ jobs:
with: with:
node-version: '18' node-version: '18'
- name: Install Dependencies, lint and Run Tests - name: Install Dependencies and Run Tests
run: | run: |
npm ci npm ci
npx eslint .
npm test npm test
working-directory: ${{ matrix.directory }} working-directory: ${{ matrix.directory }}

View file

@ -16,7 +16,7 @@
"resolveJsonModule": true, "resolveJsonModule": true,
"isolatedModules": true, "isolatedModules": true,
"noEmit": true, "noEmit": true,
"jsx": "react", "jsx": "react-jsx",
/* Linting */ /* Linting */
"strict": true, "strict": true,