UNPKG
eslint-plugin-lob
Version:
latest (3.0.2)
3.0.2
3.0.0
2.0.0
1.2.0
1.1.0
1.0.1
1.0.0
Custom ESLint rules for Lob repositories
github.com/lob/eslint-plugin-lob
lob/eslint-plugin-lob
eslint-plugin-lob
/
.travis.yml
18 lines
(17 loc)
•
210 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language:
node_js
sudo:
false
node_js:
-
'0.10'
-
'0.12'
-
'4'
-
'5'
-
'6'
-
'7'
-
'8'
before_install:
- npm i npm@
3
-g
script:
- npm test - npm run lint
after_script:
- npm run coveralls