Skip to content

Commit

Permalink
format:fix touchup
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-zhang-at-salesforce committed May 24, 2024
1 parent 28cdf1f commit 8ea9ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/recommended.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { createScopedModuleRuleName } from '../util/createScopedModuleRuleName.j
export = {
extends: ['./configs/base'],
rules: {
[createScopedModuleRuleName(APEX_IMPORT_RULE_ID)]: 'warn',
[createScopedModuleRuleName(APEX_IMPORT_RULE_ID)]: 'warn'
},
overrides: [
{
Expand Down

0 comments on commit 8ea9ea6

Please sign in to comment.