UNPKG
@neogeek/eslint-config-standards
Version:
latest (5.0.1)
5.0.1
5.0.0
4.2.0
4.1.0
4.0.0
3.0.0
2.0.0
1.15.0
1.14.0
1.13.1
1.13.0
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
1.7.0
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
ESLint Config Standards
github.com/neogeek/eslint-config-standards
neogeek/eslint-config-standards
@neogeek/eslint-config-standards
/
.travis.yml
7 lines
(6 loc)
•
117 B
YAML
View Raw
1
2
3
4
5
6
7
language: node_js node_js: -
"12"
before_install: -
if
[[ `npm -v` != 6* ]]
;
then
npm i -g npm@
6
; fi sudo:
false