UNPKG
gulp-pylint
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Run Pylint in Gulp
github.com/benmcp/gulp-pylint
benmcp/gulp-pylint
gulp-pylint
/
.eslintrc
12 lines
(11 loc)
•
224 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"airbnb"
,
"rules"
:
{
"indent"
:
[
2
,
"tab"
]
,
"no-tabs"
:
0
,
"no-cond-assign"
:
0
,
"no-restricted-syntax"
:
0
,
"guard-for-in"
:
0
,
"no-useless-escape"
:
0
}
}