Skip to content

Commit

Permalink
Require ESLint 7
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 3, 2020
1 parent ab2d7bb commit 93f7886
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
node_js:
- '14'
- '12'
- '10'
2 changes: 1 addition & 1 deletion license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
"url": "https://sindresorhus.com"
},
"engines": {
"node": ">=10"
Expand Down Expand Up @@ -52,16 +52,16 @@
],
"devDependencies": {
"ava": "^2.1.0",
"eslint": "^6.0.1",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0",
"is-plain-obj": "^2.0.0",
"react": "^16.8.6",
"eslint": "^7.1.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"is-plain-obj": "^2.1.0",
"react": "^16.13.1",
"temp-write": "^4.0.0"
},
"peerDependencies": {
"eslint": ">=6",
"eslint-plugin-react": ">=7.18.3",
"eslint-plugin-react-hooks": ">=2.3.0"
"eslint": ">=7",
"eslint-plugin-react": ">=7.20.0",
"eslint-plugin-react-hooks": ">=4.0.4"
}
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# eslint-config-xo-react [![Build Status](https://travis-ci.org/xojs/eslint-config-xo-react.svg?branch=master)](https://travis-ci.org/xojs/eslint-config-xo-react)
# eslint-config-xo-react [![Build Status](https://travis-ci.com/xojs/eslint-config-xo-react.svg?branch=master)](https://travis-ci.com/github/xojs/eslint-config-xo-react)

> ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) for React to be used with [eslint-config-xo](https://github.com/xojs/eslint-config-xo)
Expand Down

0 comments on commit 93f7886

Please sign in to comment.