Skip to content

Commit

Permalink
fix: module.exports from outermost
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 9, 2022
1 parent 222c345 commit c6e2670
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
Expand Up @@ -9,7 +9,7 @@ import { flagCasing } from './rules/flagCasing';
import { extractMessage } from './rules/extractMessage';
import { flagCrossReferences } from './rules/flagCrossReferences';

export default {
export = {
configs: {
recommended: {
plugins: ['@salesforce/sf-plugin'],
Expand Down

0 comments on commit c6e2670

Please sign in to comment.