-
As an user I have to have multiple linters installed simultaneously, often for same file types (say ESLint, JSHint and JSLint for JavaScript). However there is rarely any need to actually use multiple…
-
I'm facing "src\data-structures\queue\README.md
1:1 error Parsing error: Unexpected character '#' " error.
I'm on the windows platform and tried to ignore .md files adding
{
"eslintIgnore" …
-
**Is your feature request related to a problem? Please describe.**
It will be difficult to enforce a coding style as the repo grows bigger and gets more PRs.
**Describe the solution you'd like**
…
-
The ESLint error is as follows for every single dependency in any of my JS/JSX files:
```
Unable to resolve path to module 'prop-types'. (eslint import/no-unresolved) ...
Unable to resolve path t…
-
When working within a `.json` file, I'm receiving linter errors for front matter.
![image](https://user-images.githubusercontent.com/8878152/49527355-b8d06400-f87f-11e8-8360-081fbe708ba6.png)
##…
-
Right now there is not automate code style checker for the project. This issue is about to fix that and ensure a consistency across the codebase.
## Options:
### A) Prettier
While I was checking …
-
I use linter-flow without `npm i -g flow-bin`, and get error:
> ~/.atom/packages/linter/lib/linter-registry.js:159 [Linter] Error running Flow Error: Failed to spawn command `flow`. Make sure `flow…
-
### **Does your feature request relate to a specific USWDS component?**
No
### **What USWDS Version is this feature present in?**
Any.
### **Is your feature request related to a problem? P…
-
```
cd frontend
npm run lint
```
results in:
```
npm ERR! code 1
npm ERR! path /run/media/berombau/data/GitHub/biosegment/frontend
npm ERR! command failed
npm ERR! command sh -c vue-cli-servi…
-
- Operating System: N/R
- Node Version: N/R
- NPM Version: N/R
- webpack Version: N/R
- eslint-webpack-plugin Version: 2.4.3 (the same issue occurs on branch pref-use-finish-modules)
Let's …