Skip to content

Commit f4ce74d

Browse files
committed
增强滑动体验
1 parent 4f7d7c5 commit f4ce74d

File tree

7 files changed

+347
-259
lines changed

7 files changed

+347
-259
lines changed

.prettierrc.js

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
/*
2+
* @Author: 石破天惊
3+
* @email: shanshang130@gmail.com
4+
* @Date: 2020-11-05 10:44:46
5+
* @LastEditTime: 2021-07-22 20:00:20
6+
* @LastEditors: 石破天惊
7+
* @Description:
8+
*/
19
module.exports = {
210
bracketSpacing: false,
3-
jsxBracketSameLine: true,
4-
singleQuote: true,
5-
trailingComma: 'all',
11+
jsxBracketSameLine: false,
12+
singleQuote: false,
13+
trailingComma: 'all'
614
};

0 commit comments

Comments
 (0)