mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
1bba59023d
Summary: This PR runs eslint in PR using Danger. ## Changelog [General] [Changed] - Run ESLint in CI Pull Request resolved: https://github.com/facebook/react-native/pull/34305 Test Plan: 1. Add a JS lint error in the package/react-native-codegen package. 2. Observe the CI task post a message with the errors 3. Fix the errors 4. Observe the CI task report completion with no errors Reviewed By: cortinico Differential Revision: D38315268 Pulled By: cipolleschi fbshipit-source-id: 9984402ee427dd62d47dd716f73c030e6d0f7b5e
17 lines
331 B
JSON
17 lines
331 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"danger": "node ./node_modules/.bin/danger"
|
|
},
|
|
"devDependencies": {
|
|
"@seadub/danger-plugin-eslint": "^3.0.2",
|
|
"danger": "^11.0.2",
|
|
"lodash.includes": "^4.3.0",
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/rest": "^18.12.0",
|
|
"firebase": "^9.6.5"
|
|
}
|
|
}
|