-
### Context
setup with angular-eslint and prettier, with eslint config having:
```
extends: [
'plugin:prettier/recommended',
'plugin:@angular-eslint/recommended',
],
```
package.js…
abdes updated
3 years ago
-
The scripts are not formatted according to the standard and as a consequence there is a mix of indentation sizes, sometimes tabs are used but mostly spaces. It makes it harder to work with the code, i…
-
Hi,
Could you share what this line does? https://github.com/editorconfig/editorconfig-core-go/blob/master/.editorconfig#L20
Thank you!
-
I'm not modifying any [code](https://github.com/jedmao/eclint/blob/e2d3ef94a810ab15ba435e28115ff2d08cfc100b/lib/i18n.ts), just to keep trying to build on Travis-ci.
About every 10 builds, [this erro…
-
Multiple files in `implementations/c` don't comply with editorconfig
```
vagrant ssh builder-debian -c "npx eclint@2.8.1 check implementations/c"
```
In #97 we'll automate this test to make …
-
Hello!
I added support for eclint. You can find it in here: https://github.com/aslafy-z/reviewdog-eclint-action.
-
## Description of Problem
Throughout the platform there are many code quality concerns such as
* Different line endings
* spaces vs tabs
* variable declaration styles such as `_myVariable` vs `myV…
-
## The devDependency [tape](https://github.com/substack/tape) was updated from `4.9.1` to `4.9.2`.
🚨 [View failing branch](https://github.com/ralphtheninja/pgdown/compare/master...ralphtheninja:gree…
-
We have a mix of 4 and 2 space indent - we have an editor config file that dictates 2 spaces.
Look into https://www.npmjs.com/package/eclint and see if we can apply editor config settings workspace…
-
I know there are some advantages of storing a generated version of the PDF:s in the repo, e.g. there is always a version that can be pointed to from the website.
But just having been through the ha…