Sort AP files by resolution desc
[oweals/peertube.git] / client / tslint.json
index f45b1d576dd652205431698f35c12ef6b1ff4862..1b28e679b8d66a388509a893cde3bd3dbd8b793e 100644 (file)
         "private-instance-method"
         ]}
     ],
+    "variable-name": [
+      true,
+      "ban-keywords",
+      "check-format",
+      "allow-leading-underscore",
+      "allow-pascal-case",
+      "allow-trailing-underscore"
+    ],
 
     "no-shadowed-variable": false,
     "no-bitwise": false,