-
to ignore files, readme mentions this example;
`"standard": {
"ignore": [
"**/out/",
"/lib/select2/",
"/lib/ckeditor/",
"tmp.js"
]
}`
where it should be instead
`"happiness": {
…
-
ESLint did http://eslint.org/docs/developer-guide/shareable-configs.html
1. First, `--config` support sharable config.
- `--config @user/textlint-config`
2. Second, extend sharable config by using …
-
## Version **3.15.0** of [eslint](https://github.com/eslint/eslint) just got published.
Branch
Build failing 🚨
Dependency
eslint
…
-
eslint add possibility for presets to have all required deps with them in [1.10](http://eslint.org/blog/2015/11/eslint-v1.10.0-released/). See eslint issues eslint/eslint#4407 and eslint/eslint#4263 s…
-
It's pretty usual having nested jshint configurations for some directories like tests/spec, where some additional globals are defined and some rules can be changed (like the maximum line length). It'd…
-
Open to discussion on this. ESlint rules
```
{
"parser": "babel-eslint",
"env": {
"node": true
},
"rules": {
// Disallow Unused Variables
"no-unused-vars": 2,
// require space…
-
## Version **3.15.0** of [eslint](https://github.com/eslint/eslint) just got published.
Branch
Build failing 🚨
Dependency
eslint
…
-
Steps to reproduce
1. open the file `.eslint.js`
2. try to align the rules with a comment in between
Example
```
'no-constant-condition': 0,
'comma-dangle': [ 2, 'never' ],…
-
## Version **3.14.1** of [eslint](https://github.com/eslint/eslint) just got published.
Branch
Build failing 🚨
Dependency
eslint
…
-
## Version **3.14.1** of [eslint](https://github.com/eslint/eslint) just got published.
Branch
Build failing 🚨
Dependency
eslint
…