Skip to content

Commit

Permalink
fix: disable no cjs rule (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldarund authored and clarkdo committed Mar 6, 2019
1 parent 9497026 commit 9e29192
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion template/_.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ module.exports = {
'prettier'
],<% } %>
// add your custom rules here
rules: {}
rules: {
'nuxt/no-cjs-in-config': 'off'
}
}

0 comments on commit 9e29192

Please sign in to comment.