UNPKG
node-copy-files
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
Node-based library for copying files
github.com/txs1992/node-copy-files
txs1992/node-copy-files
node-copy-files
/
.eslintrc.js
12 lines
(11 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module.exports
=
{
root:
true
,
parser:
'babel-eslint'
,
parserOptions:
{
sourceType:
'module'
},
env:
{
browser:
true
, },
extends:
'standard'
}