Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support ESLint 7.x #92

Merged
merged 11 commits into from
Jul 4, 2020
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
# eslint 7: node 10+
# jest 26: node 10+
# eslint 7: node 10.12+
# jest 26: node 10.14.2+
- 14
- 12
- 10
Expand All @@ -14,7 +14,7 @@ env:
- 'ESLINT=6 JEST=26'
- 'ESLINT=7 JEST=26'
matrix:
# jest 25: 8+
# jest 25: node 8+
include:
# eslint 6, node 8
- node_js: 8
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@
"proseWrap": "never",
"singleQuote": true,
"trailingComma": "all"
},
"engines": {
"node": ">=8.10.0"
}
MichaelDeBoey marked this conversation as resolved.
Show resolved Hide resolved
}