react-native/bots
Mats Byrkeland edb6ca72fd Fix ESLint warnings using 'yarn lint --fix'
Summary:
Hi! I would like to contribute to React Native, and I am just starting out. I forked the repo and found that it has quite a lot of ESLint warnings – many of which were automatically fixable. This PR is simply the result of running `yarn lint --fix` from the root folder.

Most changes are removing trailing spaces from comments.

Haven't really done any manual testing, since I haven't done any code changes manually. `yarn test` runs fine, `yarn flow` runs fine, `yarn prettier` is satisfied.

N/A

[INTERNAL][MINOR][] - Fix ESLint warnings
Closes https://github.com/facebook/react-native/pull/18047

Differential Revision: D7054948

Pulled By: hramos

fbshipit-source-id: d53e692698d1687de5821c3fb5cdb76a5e03b71e
2018-02-22 07:23:17 -08:00
..
.babelrc Move danger to bots directory 2018-01-31 16:42:41 -08:00
IssueCommands.txt Update HTTP -> HTTPS in links in the docs 2017-12-24 16:14:22 -08:00
NewIssueGreeting.md Update HTTP -> HTTPS in links in the docs 2017-12-24 16:14:22 -08:00
QuestionGreeting.md Update HTTP -> HTTPS in links in the docs 2017-12-24 16:14:22 -08:00
README.md Move danger to bots directory 2018-01-31 16:42:41 -08:00
code-analysis-bot.js Update license headers for MIT license 2018-02-16 18:31:53 -08:00
dangerfile.js Fix ESLint warnings using 'yarn lint --fix' 2018-02-22 07:23:17 -08:00
package.json Move danger to bots directory 2018-01-31 16:42:41 -08:00
pr-inactivity-bookmarklet.js Improve bookmarklets to include author name 2016-03-20 11:54:27 -07:00
question-bookmarklet.js Product Pains -> Canny 2017-02-17 15:02:23 -08:00

README.md

GitHub bots, such as the Danger bot, as well as messages used by the Facebook GitHub bot are all configured in this directory/

Danger

We use Danger JS to perform rudimentary maintenance on the React Native repository.

If you'd like to make changes to the Dangerfile, find an existing PR on the React Native repo and make note of the URL.

Then, run from the React Native root directory:

cd .circleci
npm install
..
node .circleci/node_modules/.bin/danger pr https://github.com/facebook/react-native/pull/1		

And you will get the responses from parsing the Dangerfile.