Skip to content

Commit

Permalink
Typescript (#16)
Browse files Browse the repository at this point in the history
* Playing with typescript

* Stuff

* 4.0.0

* Typescript testing

* All tests pass

* Renamed link-if to next-if

---------

Co-authored-by: Jakob Nilsson-Ehle <[email protected]>
  • Loading branch information
Nehle and Jakob Nilsson-Ehle authored Apr 6, 2023
1 parent 77f8f3f commit 9dfb4d1
Show file tree
Hide file tree
Showing 37 changed files with 7,990 additions and 4,006 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint"],
root: true,
};
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6
18
6 changes: 6 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
rootDir: "./test"
};
Loading

0 comments on commit 9dfb4d1

Please sign in to comment.