This commit is contained in:
lesion
2019-06-07 17:02:33 +02:00
parent 7455553129
commit c408c44676
40 changed files with 270 additions and 279 deletions

View File

@@ -19,6 +19,10 @@ module.exports = {
],
// add your custom rules here
rules: {
'nuxt/no-cjs-in-config': 'off'
'nuxt/no-cjs-in-config': 'off',
'camelcase': 'off',
'no-console': 'off',
'arrow-parens': 'off',
'import/order': 'off'
}
}