Skip to content

Commit 54c4000

Browse files
authored
Merge pull request #136 from TaleLin/develop
Develop: version 0.1.0-beta.1
2 parents e037f83 + f3166fe commit 54c4000

Some content is hidden

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

78 files changed

+15628
-2175
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = {
2828
'import/no-extraneous-dependencies': ['error', { devDependencies: ['script/**/*.js'] }],
2929
'no-restricted-syntax': 0,
3030
'class-methods-use-this': 'off',
31+
'consistent-return': 'off',
3132
},
3233
parserOptions: {
3334
parser: 'babel-eslint',

0 commit comments

Comments
 (0)