Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit f2962a2f authored by Markus Heiser's avatar Markus Heiser Committed by GitHub
Browse files

Merge pull request #2239 from return42/fix-eslintrc

[fix] remove duplicate key in simple theme ESLint configuration
parents 677903c3 a7f16491
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
        "brace-style": ["error", "1tbs", { "allowSingleLine": true }],
        "curly": ["error", "multi-line"],
        "block-spacing": ["error", "always"],
        "comma-spacing": ["error", { "before": false, "after": true }],
        "dot-location": ["error", "property"],
        "key-spacing": ["error", { "beforeColon": false, "afterColon": true }],
        "spaced-comment": ["error", "always", {