-
Hi there!
I'm using ESLint `3.1.1 v.` and `eslint-cofig-standard#5.3.5`.
Here is my `.eslintrc` file:
```
{
"extends": "standard"
}
```
When I'm trying to use it via console I get an error:
```…
-
I think we should promote shareable browsers config instead of `browsers` option. Maybe `browserslist` key in `package.json` will be the best way.
I think most of babel-preset-env users also use Au…
-
**Tell us about your environment**
* **ESLint Version:** 3.0.0
* **Node Version:** 8.1.2
* **npm Version:** 5.0.3
**What parser (default, Babel-ESLint, etc.) are you using?** default
**…
-
### The problem I want to solve:
Currently I have a hackish way of calling eslint because my test files require a slightly different eslintrc than my normal js files. I could put my test files in a s…
jauco updated
6 years ago
-
Fighting with ESLint rules in projects that use strict configuration, like `eslint-config-airbnb`, especially stylistic rules, is becoming a big time-waster for developers contributing to open-source …
-
## Proposal
I think that it would be a great addition to let users enable this essential ESLint feature easily, without worrying about adding huge rules inside the `package.json`.
## Example usa…
-
ESLint has robust plugin support: http://eslint.org/docs/developer-guide/working-with-plugins
How should we manage framework-specific rules?
-
.eslintrc:
``` json
{
"env": {
"es6": false
},
"rules": {
"no-var": 2
}
}
```
index.js:
``` js
'use strict';
var test = 1;
global.console.log(test);
```
$ eslint .
> index.js
> …
-
I was trying out Visual Studio recently and realized that it uses CSS Lint. As one of the creators of [stylelint](https://github.com/stylelint/stylelint), I am writing to ask you to consider adding st…
-
Just tried to install eslint for the first time following the readme and I got the following errors with `eslint --init` choosing the standard config.
**What version of ESLint are you using?**
3.0.1
…
rgant updated
6 years ago