Skip to content

Commit

Permalink
chore: fix linting in addon template
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Jul 22, 2021
1 parent 0603a47 commit 8261054
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion generators/addon/templates/_package.json
Expand Up @@ -25,7 +25,10 @@
},
"xo": {
"space": true,
"prettier": true
"prettier": true,
"rules": {
"unicorn/prefer-module": "off"
}
},
"files": [
"generators/app"
Expand Down

0 comments on commit 8261054

Please sign in to comment.