Skip to content

Commit

Permalink
Merge pull request #8 from HubSpotWebTeam/feature/disable-prefer-defa…
Browse files Browse the repository at this point in the history
…ult-export

Disable import/prefer-default-export rule
  • Loading branch information
darkmavis1980 committed Apr 11, 2024
2 parents f9e480c + b705a63 commit c1629d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
'no-underscore-dangle': 0,
'no-confusing-arrow': 0,
'import/no-unresolved': 0,
'import/prefer-default-export': 0,
'no-trailing-spaces': [2, { skipBlankLines: true }],
'no-unused-expressions': [1, { allowTernary: true }],
'max-len': [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hs-web-team/eslint-config-node",
"version": "0.3.0",
"version": "0.3.1",
"description": "HubSpot Marketing WebTeam ESLint rules for Node.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c1629d4

Please sign in to comment.