mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
AC-1010 Fixed breadcrumb capitalization to accommodate multi-word paths. Added .jshintrc which contains jsHint directives for delinting .js files. Delinted Utilities.js.
This commit is contained in:
21
.jshintrc
Normal file
21
.jshintrc
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
// Details: https://github.com/victorporof/Sublime-JSHint#using-your-own-jshintrc-options
|
||||||
|
// Example: https://github.com/jshint/jshint/blob/master/examples/.jshintrc
|
||||||
|
// Documentation: http://www.jshint.com/docs/
|
||||||
|
|
||||||
|
"browser": true,
|
||||||
|
"jquery": true,
|
||||||
|
"esnext": true,
|
||||||
|
"globalstrict": true,
|
||||||
|
"globals": { "angular":false, "alert":false, "$AnsibleConfig":true, "$basePath":true },
|
||||||
|
"strict": false,
|
||||||
|
"quotmark": false,
|
||||||
|
"smarttabs": true,
|
||||||
|
"trailing": true,
|
||||||
|
"undef": true,
|
||||||
|
"unused": true,
|
||||||
|
"eqeqeq": true,
|
||||||
|
"indent": 4,
|
||||||
|
"onevar": true,
|
||||||
|
"newcap": false
|
||||||
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user