Skip to content

Commit 0552279

Browse files
authored
V1.5.0 (#125)
V1.5.0
2 parents 6891c3a + 3225635 commit 0552279

Some content is hidden

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

44 files changed

+8432
-5041
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ module.exports = {
3737
'no-plusplus': 0,
3838
"react/forbid-prop-types":0,
3939
"global-require":0,
40-
"no-return-assign":0
40+
"no-return-assign":0,
41+
"react/jsx-props-no-spreading":0
4142
}
4243
};
4344

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v10.1.0
1+
v12.8.0

0 commit comments

Comments
 (0)