question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

lint doesn't work on csscomd#3.1.7

See original GitHub issue

I’m trying to lint my less files and csscomd#3.1.7 doesn’t get them. Because after lintTree it traps to https://github.com/csscomb/core/blob/build-dev/src/core.js#L268 and doesn’t find any plugins that has lint method here https://github.com/csscomb/csscomb.js/blob/master/lib/options/. How can I get build of csscomb that has plugins with lint methods? As I see last dev branch has plugins with ‘lint’ method https://github.com/csscomb/csscomb.js/tree/dev/src/options. How can I get this build on npm?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
hyzhakcommented, Jun 28, 2015

it doesn’t matter. I’ve used those source code just to point where is problem. Lint of actual version (3.1.7) of this lib doesn’t work. You can check it out by npm install csscomb. If you have published sources for it, I can point you where is problem, but I haven’t found any actual tags on sources so it is too hard to find where is it.

0reactions
hyzhakcommented, Jul 4, 2015

@tonyganch yes, thanks! Now it works fine

Read more comments on GitHub >

github_iconTop Results From Across the Web

Specific file not capturing linting · Issue #6324 - GitHub
The following happens when trying to lint a specific CSS file inside the same folder that stylelint lints a second CSS file as...
Read more >
d3 js line breaks not working in text using html - Stack Overflow
You can't put HTML directly into SVG. You need to use the foreignObject element to embed HTML. Here's another question that addresses this: ......
Read more >
D3.js - Data-Driven Documents
js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS....
Read more >
Chapter 1. An introduction to D3.js
This chapter covers. The basics of HTML, CSS, and the Document Object Model (DOM); The principles of Scalable Vector Graphics (SVG); Node ...
Read more >
How to draw a line in D3.js - webdva
D3.js doesn't have a function like drawLine(x, y) for you to effortlessly ... Inline Javascript and CSS will be used in a single...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found