Skip to content

Commit

Permalink
Merge branch 'alpha' into main
Browse files Browse the repository at this point in the history
# Conflicts:
#	yarn.lock
  • Loading branch information
djcsdy committed Jan 24, 2022
2 parents a387299 + eaccacb commit 32ea7ce
Show file tree
Hide file tree
Showing 6 changed files with 523 additions and 717 deletions.
8 changes: 8 additions & 0 deletions .idea/dictionaries/djc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions esm.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import type {Linter} from "eslint";

const config: Linter.Config = {
extends: "@softwareventures/eslint-config",
parserOptions: {
sourceType: "module"
},
rules: {
"@typescript-eslint/no-require-imports": "error"
}
};

export = config;
2 changes: 1 addition & 1 deletion index.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import test from "ava";

test("placeholder test", t => t.true(true));
test("placeholder test", t => void t.true(true));
Loading

0 comments on commit 32ea7ce

Please sign in to comment.