Issues (2)

1
const path              = require('path');
2
const fs                = require('fs');
0 ignored issues
show
The constant fs seems to be never used. Consider removing it.
Loading history...
3
4
module.exports = {
5
    VERSION: '1.0.0',
6
    path:{
7
        raw_code: path.join( __dirname, 'raw_code/' ),
8
    }
9
10
}