-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from motin/improvements-2
Improvements sourced from several shield add-on repositories
- Loading branch information
Showing
41 changed files
with
1,390 additions
and
3,185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
addon/StudyUtils.jsm | ||
# for circleCI; don't eslint code in the Firefox directory | ||
firefox | ||
# do not lint/format generated artifacts | ||
dist | ||
OLD | ||
package-lock.json | ||
# makes sure that eslintrc.js gets linted/formatted | ||
!.eslintrc.js | ||
# do not lint/format bundled util libraries (PioneerUtils.jsm is included for Pioneer Shield studies only; eventually it will be merged with StudyUtils.jsm) | ||
addon/StudyUtils.jsm | ||
addon/PioneerUtils.jsm | ||
# for circleCI; don't lint/format code in the Firefox directory | ||
firefox | ||
# don't lint/format package.json since npm install formats it differently by default | ||
package.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ install.rdf | |
*.xpi | ||
node_modules | ||
addon/StudyUtils.jsm | ||
addon/PioneerUtils.jsm |
Oops, something went wrong.