You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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