Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .babelrc

This file was deleted.

1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

10 changes: 0 additions & 10 deletions .eslintrc

This file was deleted.

4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,5 @@ jspm_packages
# Lib
lib

# npm package lock
package-lock.json
yarn.lock

others
.DS_Store
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

12 changes: 12 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import globals from "globals";
import pluginJs from "@eslint/js";
import pluginJest from "eslint-plugin-jest";

/** @type {import('eslint').Linter.Config[]} */
export default [
{
plugins: { jest: pluginJest },
languageOptions: { globals: {...globals.browser, ...pluginJest.environments.globals.globals} },
},
pluginJs.configs.recommended,
];
11 changes: 0 additions & 11 deletions examples/example.js

This file was deleted.

5 changes: 0 additions & 5 deletions examples/index.js

This file was deleted.

Loading