diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-06-16 11:18:21 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-06-16 11:18:21 +0000 |
| commit | 1db3c785d805bfe1e7bb09f2d85875448cb03f9a (patch) | |
| tree | fe756a5a3d9271966e9585166fa2c0ec9e372a4e /.eslintrc.js | |
| parent | 1fc460a7a518f9a33e5b453070dc57e9e463fda1 (diff) | |
| parent | acbeea59ff196c16e7992c80e56a638ce3a623b6 (diff) | |
Merge branch 'masto-register-app-secret' into 'develop'
Proper clientId/secret/token caching, MastoAPI registration
Closes #554
See merge request pleroma/pleroma-fe!806
Diffstat (limited to '.eslintrc.js')
| -rw-r--r-- | .eslintrc.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index b526df67..7d090208 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -31,8 +31,7 @@ module.exports = { 'vue/require-prop-types': 1, 'vue/no-use-v-if-with-v-for': 1, 'indent': 1, - 'import/first': 1, // ???? - 'import-first': 1, + 'import/first': 1, 'object-curly-spacing': 1, 'prefer-promise-reject-errors': 1, 'eol-last': 1, |
