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

Infrastructure update. #235

Merged
merged 4 commits into from
Sep 22, 2016
Merged

Infrastructure update. #235

merged 4 commits into from
Sep 22, 2016

Conversation

koresar
Copy link
Member

@koresar koresar commented Sep 22, 2016

Use latest ESLint, Babel, Rollup.
Rename distr. bundle files to avoid common confusions.

Use latest ESLint, Babel, Rollup.
Rename distr. bundle files to avoid common confusions.
@koresar
Copy link
Member Author

koresar commented Sep 22, 2016

Oops! ESLint v3 dropped support of node 0.12.
Should we also drop support of node 0.12?

@danielkcz
Copy link
Contributor

I thought we already agreed on dropping support for 0.12. You even made issue for it :) #224

@koresar
Copy link
Member Author

koresar commented Sep 22, 2016

I admire your memory! Dropping it now (because I dropped only the 0.10). :)

"rules": {
"object-curly-spacing": [2, "never"],
"no-param-reassign": 0,
"comma-dangle": 0,
"no-confusing-arrow": 0,
"prefer-rest-params": 0,
"no-use-before-define": 1
"no-use-before-define": 1,
"no-plusplus": 0
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it really necessary to disable this rule for a whole project? I see only occurrence in test file, you can either disable there or I simply prefer to use counter += 1. The ++ operator just looks weird.

Copy link
Contributor

Choose a reason for hiding this comment

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

Scratch that only occurrence, it's also in some for loops. But still I don't like that operator :)

@@ -6,7 +6,7 @@
"name": "Eric Elliott",
"url": "https://ericelliottjs.com"
},
"main": "dist/stampit.js",
"main": "dist/stampit.full.js",
"jsnext:main": "dist/stampit.mjs",
"browser": "dist/stampit.es5.js",
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be stampit.umd.js if I am not mistaken...

@danielkcz
Copy link
Contributor

It took me a while to find it, I only vaguely knew, we talked about it.

@danielkcz danielkcz merged commit d4c35aa into v3_0 Sep 22, 2016
@danielkcz danielkcz deleted the update-infrastructure branch September 22, 2016 12:24
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.

None yet

2 participants