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

standard --fix `key:.3` => `key:0 .3` #994

Closed
fritx opened this issue Sep 27, 2017 · 2 comments

Comments

@fritx
Copy link

commented Sep 27, 2017

    var matWindshield = new THREE.MeshPhongMaterial({color:Colors.white,transparent:true, opacity:.3, shading:THREE.FlatShading});;
// =>
    var matWindshield = new THREE.MeshPhongMaterial({color: Colors.white, transparent: true, opacity:0 .3, shading: THREE.FlatShading});

Also, the ;; => ;, instead of clearing them all.

fritx added a commit to batjs/vue-the-aviator that referenced this issue Sep 27, 2017

@Flet Flet added the v11 release label Dec 15, 2017

@Flet

This comment has been minimized.

Copy link
Member

commented Dec 15, 2017

Hello!

It looks like this bug is fixed in the next version of standard.

npm install standard@beta to give it a try.

@feross feross added this to the standard v11 milestone Feb 17, 2018

@feross

This comment has been minimized.

Copy link
Member

commented Feb 19, 2018

🗣 Standard 11 is released! Run npm install standard@latest --save-dev to update to the latest version. This will also update the version in package.json

Changelog: https://github.com/standard/standard/blob/master/CHANGELOG.md#1100---2018-02-18

@feross feross closed this Feb 19, 2018

@lock lock bot locked as resolved and limited conversation to collaborators May 25, 2018

fritx added a commit to batjs/vue-the-aviator that referenced this issue Feb 4, 2019

fritx added a commit to batjs/vue-the-aviator that referenced this issue Feb 4, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
3 participants
You can’t perform that action at this time.