-
### Description
Given the small window of time each month that I have, and most probably would be smaller in the following days. I would rather have some tests in place to check that new PRs don't br…
-
**Add indicator to show if note has been edited after last lint**
With autosave, there's no natural point when to run the linter, making it easy to forget. This leads to eg. inaccurate "last modifi…
-
Hi, this is the way how I import and initialize codemirror right now
```js
import CodeMirror from "codemirror"
import "codemirror/lib/codemirror.css"
import "codemirror/addon/lint/lint"
import …
-
Grid for cards has 3 columns make it 4 column
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.45.0 x64
**Electron**: 4.2.7
**OS**: Unknown Windows version
**Thrown From**: [css-spy](https://github.com/stackroute/atom-css-spy) pack…
-
## Description
After I opened the outline view, it just keep loading. It happens both on my Mac and Windows.
![ide-html](https://user-images.githubusercontent.com/10057502/34464652-83d5…
-
### Steps to reproduce
1. I tried to execute "CssComb: Run" in the following file:
``` Scss
@charset "utf-8";
// Apply styles for the page approach.
@mixin apply-page-approach($ns) {
html##{$ns} >…
-
Right now, the files in the repo have inconsistent formatting issues. There's extraneous whitespace errors. This could also be elaborated to focus on HTML accessibility, i.e. https://www.a11yproject.c…
-
I use postcss to transform my css code.
and I use nest syntax in my .css file.
but the linter can't recognise the nest code in .css.
I found here is a hard code for it.
https://github.com/atfzl/…
-
# Discussion 🗣
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wra…