We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59f4e9 commit 8029bb2Copy full SHA for 8029bb2
src/main.js
@@ -1,9 +1,9 @@
1
-const simpleGit = require('simple-git/promise');
2
-const yamlParser = require('js-yaml');
3
-const path = require('path');
4
-const _ = require('lodash');
5
-const fs = require('fs');
6
-const validate = require('./validator');
+import simpleGit from 'simple-git/promise';
+import yamlParser from 'js-yaml';
+import path from 'path';
+import _ from 'lodash';
+import fs from 'fs';
+import validate from './validator';
7
8
const workingDir = 'tmp';
9
0 commit comments