UNPKG
eslint-plugin-wyze
Version:
latest (3.4.0)
3.4.0
3.3.1
3.3.0
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
2.0.0
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
My personal ESLint rules.
wyze/eslint-plugin-wyze
eslint-plugin-wyze
/
.travis.yml
19 lines
(14 loc)
•
244 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
sudo
:
false
language: node_js node_js: - 9 - 8 - 6 before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -
export
PATH=
"
$HOME
/.yarn/bin:
$PATH
"
cache: yarn:
true
directories: -
$HOME
/.cache - node_modules