Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lint react-server-module-tagger #320

Closed
wants to merge 1 commit into from

Conversation

doug-wade
Copy link
Collaborator

@doug-wade doug-wade commented Jun 30, 2016

Get ready for #314 by adding linting, cleaning up linting errors, and adding a watch mode. There is nothing of substance in this pr

"lint": "xo",
"test": "ava test.js && xo",
"clean": "del index.js npm-debug.log*",
"watch": "chokidar index.js -c 'npm test'"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"But Doug", you might say, "surely setting up a watch mode can't be this simple!", and yet it is.

@doug-wade doug-wade force-pushed the lint-module-tagger branch from fc4105a to a9d2eb4 Compare June 30, 2016 00:34
}
}
server: 16 + r * 36 + g * 6 + b,
client: 'rgb(' + [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What rule is requiring single-quotes? Kinda bugs me that this is the opposite of lerna.

@doug-wade doug-wade force-pushed the lint-module-tagger branch from a9d2eb4 to 4c2a0bb Compare June 30, 2016 00:47
@doug-wade doug-wade closed this Jun 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants