spreed/vue/.eslintrc.js
Joas Schilling 6a2440ed6f
Use the shared eslint config
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-25 10:15:23 +02:00

5 lines
51 B
JavaScript

module.exports = {
extends: [
'nextcloud'
]
};