Skip to content

Commit

Permalink
🔧 chore(.eslintrc): remove rules that included in skylight config
Browse files Browse the repository at this point in the history
  • Loading branch information
seungok Jeong committed Sep 5, 2023
1 parent 643ce22 commit 07bae99
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,5 @@ module.exports = {
files: ["src/*.spec.ts"],
plugins: ["jest"],
}
],
rules: {
"import/prefer-default-export": "off",
"import/no-extraneous-dependencies": "off"
},
]
};

0 comments on commit 07bae99

Please sign in to comment.