Skip to content

Commit

Permalink
chore: cleanup eslint config
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Aug 25, 2022
1 parent 8b79d00 commit 3821ca4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ const config = {
extends: ['./.eslintrc.base.cjs'],
overrides: [
...require('./.eslintrc.base.cjs').overrides,
{
files: ['build.config.ts'],
rules: {
'unicorn/prefer-module': 0
}
},
{
files: [
'src/types/built-in.ts',
Expand Down

0 comments on commit 3821ca4

Please sign in to comment.