Skip to content

Commit

Permalink
Merge pull request #3 from wangjq4214/master
Browse files Browse the repository at this point in the history
TS重写并进行打包优化
  • Loading branch information
helinjiang authored Aug 4, 2020
2 parents 271bbdf + 7dd1e99 commit 644276c
Show file tree
Hide file tree
Showing 13 changed files with 1,377 additions and 266 deletions.
6 changes: 0 additions & 6 deletions .babelrc

This file was deleted.

1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.eslintrc.js
14 changes: 14 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
env: {
browser: true,
es2020: true,
},
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 11,
sourceType: 'module',
},
plugins: ['@typescript-eslint'],
rules: {},
};
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ typings/
# next.js build output
.next

.idea
.idea

lib
7 changes: 0 additions & 7 deletions lib/index.js

This file was deleted.

122 changes: 0 additions & 122 deletions lib/use-jquery/index.js

This file was deleted.

Loading

0 comments on commit 644276c

Please sign in to comment.