Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Linting:Add scss variable files to linting #105

Closed
wants to merge 2 commits into from

Conversation

rohmulan
Copy link
Contributor

Adds jsass-vars scss variable files from scss/varibales/ folders to js linting.

@@ -1,6 +1,6 @@
// This is just boiuler plate dont worry about it
// This just supports loading in any enviroment
(function ( root, factory ) {
( function( root, factory ) {
if ( typeof define === "function" && define.amd ) {
define( [], factory );
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Looks like this file has wrong indentation, skipped my notice, I'll fix that

@rohmulan
Copy link
Contributor Author

@sfrisk , updated the PR

options: {
fix: true
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I ran it once with fix true no issues. We could get rid of the option now or do we want to keep it ? @arschmitz ?

Copy link
Contributor

Choose a reason for hiding this comment

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

Per discussion with @arschmitz, fix should not be in the repo at all.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yep that shouldn't be here, I actually forgot to remove it. Thanks for reminding.

@rohmulan rohmulan force-pushed the linting branch 2 times, most recently from 8397f37 to ea9006e Compare August 4, 2015 21:01
@rohmulan
Copy link
Contributor Author

rohmulan commented Aug 4, 2015

@sfrisk updated.

@sfrisk sfrisk closed this in d01acad Aug 18, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants