Skip to content

Commit

Permalink
feat: add SliceZone component
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Jul 2, 2021
1 parent b0037f5 commit 1e13c98
Show file tree
Hide file tree
Showing 11 changed files with 868 additions and 737 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ module.exports = {
parser: "@typescript-eslint/parser",
ecmaVersion: 2020,
},
settings: {
react: {
version: "detect",
},
},
extends: [
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
Expand Down
4 changes: 2 additions & 2 deletions ava.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
extensions: ["ts"],
files: ["./test/**/*.test.ts"],
extensions: ["ts", "tsx"],
files: ["./test/**/*.test.ts", "./test/**/*.test.tsx"],
require: ["ts-eager/register"],
verbose: true,
};
Loading

0 comments on commit 1e13c98

Please sign in to comment.