Skip to content

Commit

Permalink
Merge pull request #7 from lifeomic/fix-export
Browse files Browse the repository at this point in the history
fix: correct export syntax
  • Loading branch information
swain authored Oct 20, 2021
2 parents d32ab65 + 8870488 commit 7bb3e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defaultValueRule } from './default-value/default-value';

export default {
export = {
rules: {
'default-value': defaultValueRule,
},
Expand Down

0 comments on commit 7bb3e7d

Please sign in to comment.