UNPKG
opted
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Stringify an object to command line options
github.com/tandrewnichols/opted
tandrewnichols/opted
opted
/
tasks
/
eslint.js
10 lines
(9 loc)
•
172 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { lib: { options: { configFile:
'.eslint.json'
, format:
'node_modules/eslint-codeframe-formatter'
}, src: [
'lib/**/*.js'
] } };