app: eslint: rm array-callback-return

This commit is contained in:
DIYgod 2018-05-18 11:09:03 +08:00
parent 2601336dbb
commit c46468231e
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@
"no-var": 1,
"prefer-const": 1,
"no-unsafe-negation": 1,
"array-callback-return": 1,
"dot-notation": 1,
"no-eval": 1,
"no-extend-native": 1,