mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-13 14:39:52 +03:00
e9326f6f6e
No issue - ember-simple-auth@0.8.0-beta.2. - Switch from SimpleAuth global to ember-cli-simple-auth and ES6 imports. - Refactor controllers to handle changes in 0.8. - Introduces a new initializer to override some configuration items that are set in environment.js but need to be set with information that's only (easily) available at runtime.
39 lines
606 B
Plaintext
39 lines
606 B
Plaintext
{
|
|
"predef": [
|
|
"document",
|
|
"window",
|
|
"-Promise",
|
|
"-Notification",
|
|
"$",
|
|
"validator",
|
|
"ic",
|
|
"NProgress",
|
|
"moment"
|
|
],
|
|
"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
|
|
}
|