This website requires JavaScript.
Explore
Help
Sign In
ylqjgm
/
canvas-lms
mirror of
https://github.com/instructure/canvas-lms.git
Watch
1
Star
0
Fork
You've already forked canvas-lms
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6fde8fac6a
canvas-lms
/
.lintstagedrc.js
4 lines
59 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Remove prettier whitelist This makes it so all staged *.js files are formatted using prettier as a precommit hook rather than just selected portions. Test Plan: - Commit a JS file with something not pretty in it. - It should be pretty after the commit. closes COREFE-347 closes COREFE-50 flag = none Change-Id: Id9ad77e68fd95720752a316e5f2111ab6c9a02bc Reviewed-on: https://gerrit.instructure.com/212895 Tested-by: Jenkins Reviewed-by: Brent Burgoyne <bburgoyne@instructure.com> QA-Review: Clay Diffrient <cdiffrient@instructure.com> Product-Review: Clay Diffrient <cdiffrient@instructure.com>
2019-10-12 00:13:01 +08:00
module
.
exports
=
{
'*.js'
:
[
'eslint --fix'
,
'git add'
]
}