Skip to content

Commit

Permalink
chore: disable unicorn/prefer-module for frontend package
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed May 15, 2021
1 parent 98a9685 commit b1b0692
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@
}
}
]
}
},
"overrides": [
{
"files": ["packages/frontend/**/*.js"],
"rules": {
"unicorn/prefer-module": "off"
}
}
]
}
}

0 comments on commit b1b0692

Please sign in to comment.