Skip to content

Commit

Permalink
fix: ts exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 9, 2022
1 parent 7a273d4 commit 8dc541f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ import { flagCasing } from './rules/flagCasing';
import { extractMessage } from './rules/extractMessage';
import { flagCrossReferences } from './rules/flagCrossReferences';

module.exports = {
export default {
configs: {
recommended: {
plugins: ['@salesforce/sf-plugin'],
env: ['node'],
rules: {
'@salesforce/sf-plugin/no-duplicate-short-characters': 'error',
'@salesforce/sf-plugin/flag-case': 'error',
Expand Down

0 comments on commit 8dc541f

Please sign in to comment.