Skip to content

Commit 0f1b4cc

Browse files
author
pedro
committed
feat:添加file api模块
1 parent 66e7ab4 commit 0f1b4cc

57 files changed

Lines changed: 959 additions & 944 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
"plugins": ["jest"],
44
"rules": {
55
"semi": ["warn", "always"],
6-
"quotes": ["warn", "double"],
6+
"quotes": ["warn", "single"],
77
"eol-last": 0,
88
"jest/no-disabled-tests": "warn",
99
"jest/no-focused-tests": "error",

0 commit comments

Comments
 (0)