mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -03:30
18 lines
456 B
Plaintext
18 lines
456 B
Plaintext
{
|
|
"browser": true,
|
|
"jquery": true,
|
|
"esnext": true,
|
|
"globalstrict": true,
|
|
"globals": { "angular":false, "alert":false, "$AnsibleConfig":true, "$basePath":true, "jsyaml":false, "_":false, "d3":false, "Donut3D":false, "nv":false },
|
|
"strict": false,
|
|
"quotmark": false,
|
|
"smarttabs": true,
|
|
"trailing": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"eqeqeq": true,
|
|
"indent": 4,
|
|
"onevar": true,
|
|
"newcap": false
|
|
}
|