mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 00:47:29 +08:00
Fix linting.
This commit is contained in:
@ -42,6 +42,7 @@
|
|||||||
"invisible":true,
|
"invisible":true,
|
||||||
"asyncRender":true,
|
"asyncRender":true,
|
||||||
"selectDropdown":true,
|
"selectDropdown":true,
|
||||||
|
"selectBox":true,
|
||||||
"asyncTestDiscourse":true,
|
"asyncTestDiscourse":true,
|
||||||
"fixture":true,
|
"fixture":true,
|
||||||
"find":true,
|
"find":true,
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
import computed from 'ember-addons/ember-computed-decorators';
|
|
||||||
|
|
||||||
export default Ember.Component.extend({
|
export default Ember.Component.extend({
|
||||||
classNames: "select-box-header",
|
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");
|
QUnit.module("model:topic");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user