Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 6954398

Browse files
committed
chore: lint
1 parent d70a462 commit 6954398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/linter-eslint-spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ describe('The eslint provider for Linter', () => {
119119
atom.config.set('linter-eslint.advanced.disableEslintIgnore', true)
120120

121121
// Activate activation hook
122-
atom.packages.triggerDeferredActivationHooks();
123-
atom.packages.triggerActivationHook('core:loaded-shell-environment');
122+
atom.packages.triggerDeferredActivationHooks()
123+
atom.packages.triggerActivationHook('core:loaded-shell-environment')
124124

125125
// Activate the JavaScript language so Atom knows what the files are
126126
await atom.packages.activatePackage('language-javascript')

0 commit comments

Comments
 (0)