This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
Lance Campbell just mentioned on the forums https://groups.google.com/forum/#!topic/brackets-dev/rYDR13sbhnk that the preferences seem to have several different IDs:
Example 1: "language/JSLintUtils"
Example 2: "com.adobe.brackets.Editor"
Example 3: "main"
I would suggest replacing all of them with "com.adobe.brackets." + module.id to best try to avoid any kind of namespace collision.