Commit 2d6466c2 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed JavaScript "comma-spacing" violations.

parent b647d644
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
    "rules": {
        "camelcase": [1, {"properties": "always"}],
        "comma-spacing": [1, {"before": false, "after": true}],
        "comma-spacing": [2, {"before": false, "after": true}],
        "dot-notation": [1, {"allowKeywords": true}],
        "curly": [2, "all"],
        "indent": [
+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.