UNPKG
ls-lint
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.1
Lint your LiveScript code
github.com/eheitherd/ls-lint
eheitherd/ls-lint
ls-lint
/
lib
/
load-default-config.js
11 lines
(10 loc)
•
244 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
(
function
()
{ var
path
, loadLson;
path
=
require
(
'path'
); loadLson =
require
(
'./load-lson'
);
module
.exports =
function
()
{
return
loadLson(
path
.resolve(
path
.dirname(
module
.filename),
'../ls-lint.lson'
)); }; }).call(this);