Skip to content

Commit

Permalink
removes non-react flow config
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Junker committed Jul 19, 2017
1 parent b7afa8f commit d385b3b
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 158 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Official GoDaddy JavaScript styleguide. It includes `eslint` packages for three
- [`eslint-config-godaddy-react`]: Configuration for ES6 React JavaScript applications
- [`eslint-config-godaddy-es5`]: Configuration for React _and_ non-React ES5 JavaScript applications
- [`eslint-config-godaddy-react-flow`]: Configuration for ES6 React JavaScript applications using Flow
- [`eslint-config-godaddy-flow`]: Configuration for _non-React_, ES6 JavaScript applications using Flow

There are many useful features:

Expand Down Expand Up @@ -141,4 +140,3 @@ No problem. Reach out to us by [opening an issue]
[`eslint-config-godaddy-react`]: /packages/eslint-config-godaddy-react
[`eslint-config-godaddy-es5`]: /packages/eslint-config-godaddy-es5
[`eslint-config-godaddy-react-flow`]: /packages/eslint-config-godaddy-react-flow
[`eslint-config-godaddy-flow`]: /packages/eslint-config-godaddy-flow
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,16 @@
"description": "The approach to JavaScript at GoDaddy. We think it's pretty decent.",
"scripts": {
"lint": "eslint -c .eslintrc.js packages/**/*.js",
"postinstall": "run-p install:config install:config:es5 install:config:react install:config:react-flow install:config:flow",
"postinstall": "run-p install:config install:config:es5 install:config:react install:config:react-flow",
"install:config": "cd packages/eslint-config-godaddy && npm install",
"install:config:es5": "cd packages/eslint-config-godaddy-es5 && npm install",
"install:config:react": "cd packages/eslint-config-godaddy-react && npm install",
"install:config:react-flow": "cd packages/eslint-config-godaddy-react-flow && npm install",
"install:config:flow": "cd packages/eslint-config-godaddy-flow && npm install",
"test": "run-p lint test:config test:config:es5 test:config:react test:config:react-flow test:config:flow",
"test": "run-p lint test:config test:config:es5 test:config:react test:config:react-flow",
"test:config": "cd packages/eslint-config-godaddy && npm test",
"test:config:es5": "cd packages/eslint-config-godaddy-es5 && npm test",
"test:config:react": "cd packages/eslint-config-godaddy-react && npm test",
"test:config:react-flow": "cd packages/eslint-config-godaddy-react-flow && npm test",
"test:config:flow": "cd packages/eslint-config-godaddy-flow && npm test"
"test:config:react-flow": "cd packages/eslint-config-godaddy-react-flow && npm test"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +49,7 @@
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-mocha": "^4.8.0",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-flowtype": "^6.9.0"
"eslint-plugin-flowtype": "^2.30.4"
},
"dependencies": {
"npm-run-all": "^4.0.2"
Expand Down
3 changes: 0 additions & 3 deletions packages/eslint-config-godaddy-flow/.eslintrc

This file was deleted.

55 changes: 0 additions & 55 deletions packages/eslint-config-godaddy-flow/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions packages/eslint-config-godaddy-flow/bin/eslint-godaddy-flow

This file was deleted.

17 changes: 0 additions & 17 deletions packages/eslint-config-godaddy-flow/extends.js

This file was deleted.

23 changes: 0 additions & 23 deletions packages/eslint-config-godaddy-flow/index.js

This file was deleted.

48 changes: 0 additions & 48 deletions packages/eslint-config-godaddy-flow/package.json

This file was deleted.

0 comments on commit d385b3b

Please sign in to comment.