-
# Kata Containers CI
## Background - existing working solution from Clear Containers:
On Clear Containers we had a couple of iterations on creating a CI system and found that using Jenkins and 'sl…
-
Hello,
I have the following use case:
- prevent the use of console.\* calls in the whole codebase
- in a specific folder, check all default eslint rules + some specific rules
So what I first did is …
-
In other projects under the eslint org ([eslint/eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown), for example), I want to adopt the same code conventions used by the core proj…
-
I followed the install instructions: `npm install -g eslint` and then this:
```
$ eslint --init
? How would you like to configure ESLint? Use a popular style guide
? Which style guide do you want to …
-
**The version of ESLint you are using.**
3.4.0
**The problem you want to solve.**
ESLint 3.4.0 introduced new preferred numbers for the `ecmaVersion` property, e.g. 2015 instead od 6. The change is n…
-
https://github.com/feross/eslint-config-standard-jsx#usage
> Here's how to install everything you need:
npm install --save-dev eslint-config-standard eslint-config-standard-jsx eslint-plugin…
ghost updated
7 years ago
-
It would be nice if markdownlint could support shareable configs like eg. [ESLint](http://eslint.org/docs/developer-guide/shareable-configs) does.
-
**Do you want to request a *feature* or report a *bug*?**
First, I’m really glad for the existence of this tool. It is a really great idea. I’m not a professional with it yet. I’m currently build…
-
I am not able to upgrade to latest version of eslint(v4.1.1) since this package requires a 3.19.x version of eslint. Seems a bit specific. The recommendation on the eslint site is to use Major version…
-
Philosophy of [Standard](http://standardjs.com/) is **no configuration** - it should be easy and simple to enforce this style and hard to change it.
Can we have a special case where if there's `"stan…