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