This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "extends": "eslint:recommended", | |
| "parser": "babel-eslint", | |
| "plugins": [ | |
| "react", | |
| "sorting" | |
| ], | |
| "ecmaFeatures": { | |
| "arrowFunctions": true, | |
| "blockBindings": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import HTML5Backend from 'react-dnd-html5-backend/lib/HTML5Backend'; | |
| class NonNativeHTML5Backend extends HTML5Backend { | |
| constructor(manager) { | |
| super(manager); | |
| // Rebind our overwritten methods | |
| this.handleTopDrop = this.handleTopDrop.bind(this); | |
| this.handleTopDropCapture = this.handleTopDropCapture.bind(this); | |
| this.handleTopDragOver = this.handleTopDragOver.bind(this); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| onFooterClicked: (props, propName, componentName) => { | |
| if (props.isFooterVisible) { | |
| return React.PropTypes.func.isRequired(props, propName, componentName, 'prop'); | |
| } | |
| return React.PropTypes.func(props, propName, componentName, 'prop'); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bash-completion binutils cscope erlang gdbm gifsicle git jpeg jq libevent libpng libssh libtiff macvim msgpack oniguruma openssl pcre python rabbitmq readline sqlite the_silver_searcher tmate tree unixodbc vim wget wxmac xz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var babel = require('babel'); | |
| module.exports = { | |
| process: function(src, filename) { | |
| if (filename.indexOf('node_modules') === -1 && babel.canCompile(filename)) { | |
| return babel.transform(src, {filename: filename}).code; | |
| } | |
| return src; | |
| } | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [email protected] | |
| [email protected] | |
| [email protected] | |
| node v4.4.3 |
- TL;DR:
brew install go - Install Go
Start in this order:
OlderNewer