-
Hello there, I noticed some unexpected behaviour here and I'm not sure whether it's an issue or I'm just misunderstanding the API. I'll try to be as specific as I can, although I don't know of a good …
-
Which extends eslint-config-tidal but adds these to the eslint config;
```
{
"env": {
"es6": true
},
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures":…
-
Hey core ESLint folks.
As always, thank you for the fantastic work you do in building and maintaining a very helpful tool.
I recently published a Pluralsight course on ESLint: https://www.pluralsi…
-
I suppose I'm not the only one who finds Webpack configuration hard to maintain.
Configurations are not portable/sharable: there is no (good) way to pack configs in modules and reuse across a project…
-
When I try to extend a specific configuration within a shared configuration module which has been locally installed like so:
``` yaml
extends: 'connections-sdk/angular'
```
I get the following error…
-
Hi @eliascodes / @shouston3 / @SimonLab / @jrans
Hope your evening is going well...
I just tried to `npm install goodparts` and it creates an `.eslintrc.js` file in the root of my project:
![eslintrc…
-
**tl;dr** After failing with [webpack tree shaking](https://github.com/webpack/webpack/issues/2867), I gave rollup a shot. Unfortunately, it's not working here too.
The test case is a simple app wi…
-
PROBLEM : Shareable Configs simply do not work with gulp-eslint when using configuration files. (using 2.0.0)
USE CASE :
In one of my projects, my lint task isn't showing all eslint errors, while es…
-
Now I need to set `false` for default options:
```
autoprefixer: false
```
But it looks like disabling Autoprefixer.
What do you think about `null`?
```
autoprefixer: null
```
-
I'm using npm 2.7.4 with nodejs v0.12.2 on Windows 7x64 and I'm running into an odd issue. With the below package.json, when running `npm install` the process will hang after it runs `node-gyp` for `w…