mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 10:49:02 +00:00
6 lines
105 B
JavaScript
6 lines
105 B
JavaScript
import mochaJSCS from 'mocha-jscs';
|
|
import mochaJSHint from 'mocha-jshint';
|
|
|
|
mochaJSCS();
|
|
mochaJSHint();
|