pcjs/my_modules/pcjs-client/bin/.jshintrc
Jeff Parsons 326cfbb42c Release of v1.15.6
Some FDC tweaks, a CPU emulation fix, and some Debugger message improvements
2014-10-23 20:01:29 -07:00

10 lines
167 B
Text

{
"globalstrict": true,
"sub": true,
"globals": {
"global": true,
"console": true,
"module": true,
"require": true
}
}