We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92718fd commit 6e62803Copy full SHA for 6e62803
2 files changed
.editorconfig
@@ -12,5 +12,5 @@ indent_style = space
12
indent_size = 4
13
trim_trailing_whitespace = true
14
15
-[package.json]
+[*.{json,yml}]
16
indent_size = 2
.travis.yml
@@ -1,5 +1,6 @@
1
-sudo: false
2
language: node_js
+os:
3
+ - linux
4
node_js:
5
- 10
6
- 12
@@ -14,10 +15,10 @@ script:
- npm run test
- 'if [ -n "${LINT-}" ]; then npm run eslint; fi'
17
env:
- matrix:
18
+ jobs:
19
- ESLINT=6
20
- ESLINT=5
-matrix:
21
+jobs:
22
fast_finish: true
23
include:
24
- node_js: 'lts/*'
0 commit comments