mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 13:55:31 +03:00
e41359c8cc
based on the user's locale. short and long date format filters adding long date format to appropriate files in doing a grep for the long date format, i found these files could instead use the londDate filter Removing short hand abbreviation for dates. We will now include the year in all our date formats updating jshint to ignore moment updating long date filter
38 lines
729 B
Plaintext
38 lines
729 B
Plaintext
{
|
|
"browser": true,
|
|
"jquery": true,
|
|
"esnext": true,
|
|
"globalstrict": true,
|
|
"curly": true,
|
|
"immed": true,
|
|
"latedef": "nofunc",
|
|
"noarg": true,
|
|
"nonew": true,
|
|
"maxerr": 10000,
|
|
"notypeof": true,
|
|
"globals": {
|
|
"angular":false,
|
|
"alert":false,
|
|
"$AnsibleConfig":true,
|
|
"$basePath":true,
|
|
"jsyaml":false,
|
|
"_":false,
|
|
"d3":false,
|
|
"Donut3D":false,
|
|
"nv":false,
|
|
"it": false,
|
|
"expect": false,
|
|
"context": false,
|
|
"describe": false,
|
|
"moment": false
|
|
},
|
|
"strict": false,
|
|
"quotmark": false,
|
|
"trailing": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"eqeqeq": true,
|
|
"indent": 4,
|
|
"newcap": false
|
|
}
|