.
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user