Skip to content

Commit

Permalink
sync main
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-li-at-salesforce committed May 22, 2024
1 parent a51a673 commit e540d4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import base from './configs/base.js';
import recommended from './configs/recommended.js';
import enforceFooBar from './rules/dummy/enforce-foo-bar.js';
import { rule as apexImport, APEX_IMPORT_RULE_ID } from './rules/apex/apex-import.js';
import { rule as apexImport, APEX_IMPORT_RULE_ID } from './rules/apex/apex-import.js';

import {
rule as mutionNotSupported,
NO_MUTATION_SUPPORTED_RULE_ID
Expand All @@ -34,7 +34,6 @@ export = {
'enforce-foo-bar': enforceFooBar,
[NO_MUTATION_SUPPORTED_RULE_ID]: mutionNotSupported,
[APEX_IMPORT_RULE_ID]: apexImport,
[OFFLINE_GRAPHQL_UNSUPPORTED_SCOPE_RULE_ID]: offlineGraphqlUnsupportedScope,
[APEX_IMPORT_RULE_ID]: apexImport
[OFFLINE_GRAPHQL_UNSUPPORTED_SCOPE_RULE_ID]: offlineGraphqlUnsupportedScope
}
};

0 comments on commit e540d4a

Please sign in to comment.