Skip to content

Commit cea554c

Browse files
alex-juzamoore
authored andcommitted
Add lintGutter
1 parent 4a0380f commit cea554c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/components/src/modifiers/hds-code-editor.ts

-4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ import { assert, warn } from '@ember/debug';
88
import { registerDestructor } from '@ember/destroyable';
99
import { task } from 'ember-concurrency';
1010
import config from 'ember-get-config';
11-
<<<<<<< HEAD
1211
import { Compartment } from '@codemirror/state';
1312
import { EditorView } from '@codemirror/view';
14-
=======
15-
import { linter } from '@codemirror/lint';
16-
>>>>>>> d7925fb42 (working on linting)
1713

1814
// hds-dark theme
1915
import hdsDarkTheme from './hds-code-editor/themes/hds-dark-theme.ts';

0 commit comments

Comments
 (0)