nextcloud-app-radio/.eslintrc.js

9 lines
91 B
JavaScript
Raw Permalink Normal View History

2020-10-12 15:29:36 +00:00
module.exports = {
extends: [
2020-10-15 10:00:23 +00:00
'@nextcloud',
],
2020-10-17 10:10:09 +00:00
rules: {
'no-console': 'off',
},
2020-10-15 10:00:23 +00:00
}