Skip to content

Commit

Permalink
feat: 重构json scheme格式
Browse files Browse the repository at this point in the history
  • Loading branch information
JakHuang committed Apr 3, 2020
1 parent 5469e30 commit 2fa7588
Show file tree
Hide file tree
Showing 13 changed files with 852 additions and 688 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
'import/prefer-default-export': 0,
'no-use-before-define': 0,
'no-param-reassign': 0,
'no-underscore-dangle': 0,
'arrow-parens': [2, 'as-needed'],
'vue/max-attributes-per-line': 0,
'max-len': [
Expand Down
Loading

0 comments on commit 2fa7588

Please sign in to comment.