mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
66ed2a02df
no issue - override `x-file-input` in `gh-file-input` to look for a custom property on the change event if we are in testing mode (this is necessary because Ember 2.5+ use native rather than jQuery events so `target.files` is readonly, see https://github.com/emberjs/ember.js/issues/13540) - migrate unit tests for the uploader components to the integration tests - add skipped acceptance tests for the subscribers CSV import now that it's possible to simulate file uploads
38 lines
602 B
Plaintext
38 lines
602 B
Plaintext
{
|
|
"predef": [
|
|
"server",
|
|
"document",
|
|
"window",
|
|
"-Promise",
|
|
"-Notification",
|
|
"validator",
|
|
"moment",
|
|
"fileUpload"
|
|
],
|
|
"browser": true,
|
|
"boss": true,
|
|
"curly": true,
|
|
"debug": false,
|
|
"devel": true,
|
|
"eqeqeq": true,
|
|
"evil": true,
|
|
"forin": false,
|
|
"immed": false,
|
|
"laxbreak": false,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"noempty": false,
|
|
"nonew": false,
|
|
"nomen": false,
|
|
"onevar": false,
|
|
"plusplus": false,
|
|
"regexp": false,
|
|
"undef": true,
|
|
"sub": true,
|
|
"strict": false,
|
|
"white": false,
|
|
"eqnull": true,
|
|
"esnext": true,
|
|
"unused": true
|
|
}
|