Skip to content

Commit

Permalink
merging upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfleming committed Jan 10, 2020
2 parents 979d5e5 + 21493ee commit 5211382
Show file tree
Hide file tree
Showing 9 changed files with 2,185 additions and 2,371 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-godaddy-es5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "eslint-config-godaddy-es5",
"version": "3.1.0",
"description": "ESLint config for consistent style in ES5 (Node & React) projects at GoDaddy.",
"license": "MIT",
"scripts": {
"lint": "eslint .",
"pretest": "npm run --silent lint",
Expand Down Expand Up @@ -34,7 +35,6 @@
"eslint-plugin-mocha": "^5.2.0",
"eslint-plugin-react": "^7.11.1"
},
"license": "MIT",
"devDependencies": {
"eslint": "^6.0.1",
"eslint-config-godaddy-react": "^5.0.0",
Expand Down
1,150 changes: 530 additions & 620 deletions packages/eslint-config-godaddy-flow/package-lock.json

Large diffs are not rendered by default.

25 changes: 9 additions & 16 deletions packages/eslint-config-godaddy-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "eslint-config-godaddy-flow",
"version": "3.0.0",
"description": "ESLint config for consistent style in node projects using Flow at GoDaddy.",
"license": "MIT",
"scripts": {
"lint": "eslint .",
"pretest": "npm run --silent lint",
Expand All @@ -24,25 +25,17 @@
"bin": {
"eslint-godaddy-flow": "bin/eslint-godaddy-flow"
},
"dependencies": {
"eslint-config-godaddy": "^4.0.0"
},
"peerDependencies": {
"babel-eslint": ">=7.2.1 <11.0.0",
"eslint": "^6.1.0",
"eslint": ">=6.0.0"
},
"dependencies": {
"babel-eslint": "^10.0.3",
"eslint-config-godaddy": "^4.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-mocha": "^5.3.0"
"eslint-plugin-flowtype": "^4.5.2"
},
"license": "MIT",
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-find-rules": "^3.4.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-mocha": "^5.3.0"
"eslint": "^6.7.1",
"eslint-find-rules": "^3.4.0"
}
}
Loading

0 comments on commit 5211382

Please sign in to comment.