Fix linting.
This commit is contained in:
parent
d229969afa
commit
0a53c589c4
|
@ -42,6 +42,7 @@
|
|||
"invisible":true,
|
||||
"asyncRender":true,
|
||||
"selectDropdown":true,
|
||||
"selectBox":true,
|
||||
"asyncTestDiscourse":true,
|
||||
"fixture":true,
|
||||
"find":true,
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
import computed from 'ember-addons/ember-computed-decorators';
|
||||
|
||||
export default Ember.Component.extend({
|
||||
classNames: "select-box-header",
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { IMAGE_VERSION as v} from 'pretty-text/emoji';
|
||||
import { IMAGE_VERSION as v } from 'pretty-text/emoji';
|
||||
|
||||
QUnit.module("model:topic");
|
||||
|
||||
|
|
Loading…
Reference in New Issue