This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
signal-desktop
Watch
2
Star
0
Fork
You've already forked signal-desktop
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b09cb228f7
signal-desktop
/
.jscsrc
5 lines
79 B
Text
Raw
Normal View
History
Unescape
Escape
Add JSCS and run as grunt test task This change only introduces a single rule but more can easily be added going forwards.
2015-01-14 17:33:34 +00:00
{
Disallow trailing whitespace // FREEBIE
2016-02-18 00:46:32 +00:00
"disallowMixedSpacesAndTabs": true,
"disallowTrailingWhitespace": true
}
Reference in a new issue
Copy permalink