-
I removed linting from an early version of nwb because code style is too divisive a subject, but create-react-app shows how useful including a default ESLint setup which only lints for _correctness_ i…
insin updated
6 years ago
-
I get this error every time I start atom. I usually just edit space-pen.js to check for `this[0]` before trying to access properties on it so I can just move on with my work. However, I haven't attemp…
-
### Clear and concise description of the problem
#### Code Example
Consider the following code in `index.ts`:
```ts
// index.ts
// This variable is declared because blah
const blahArray = [];
…
-
### Steps to Reproduce
1. Add the extension
2. Attempt to sign in
**Atom**: 1.47.0 x64
**Electron**: 5.0.13
**OS**: Mac OS X 10.14.2
**Thrown From**: [zestyio-atom](https://github.com/zesty-…
-
During implementation of functional components, it appear that two rules must several times be bypassed (more than 30 times) to be validated by the eslint
**eslint-disable max-statements** https:…
-
- [x] Convert config to flag config https://github.com/upleveled/eslint-config-upleveled/pull/301
- [x] Release prerelease version
- [x] Test with all possible configurations
- [ ] Convert plugin t…
-
Could you please add a comparison table of [`ui5-linter`](https://npmjs.com/package/@ui5/linter) vs. [`eslint-plugin-ui5depchk`](https://npmjs.com/package/eslint-plugin-ui5depchk).
It looks like b…
-
After selecting an option from the dropdown list with the keyboard, the up/down and return keys no longer function - it seems like the core movement keys aren't being restored on dismissal.
If the …
-
Ajouter dans les coding convention l'usage d'un linter.
- ESlint
- Lint4j :question:
- etc.
Critères:
- créer un fichier Markdown dans le dépôt Git development-standards (ou une page dans le…
aalex updated
5 years ago
-
When I run esplint through lint-staged with husky, I get an error `No config file found`. We have a multi-package monorepo.
If we could specify the path to the esplint config file and the eslint co…