Comparing version 10.0.3 to 10.0.4
# Changes | ||
## 10.0.4 | ||
- ๐ [`b256c48`](https://github.com/mantoni/eslint_d.js/commit/b256c48acda89961b0f4408856bdcb216c8b624f) | ||
Document fix for .vue files not autofixed (#154) (Artur Tagisow) | ||
- ๐ [`c63b44b`](https://github.com/mantoni/eslint_d.js/commit/c63b44b2aadada8c35d0992aa9fb1445ff4c107f) | ||
Add contributor | ||
_Released by [Maximilian Antoni](https://github.com/mantoni) on 2021-02-28._ | ||
## 10.0.3 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "eslint_d", | ||
"version": "10.0.3", | ||
"version": "10.0.4", | ||
"description": "Makes eslint the fastest linter on the planet", | ||
@@ -27,3 +27,4 @@ "bin": "bin/eslint_d.js", | ||
"Christian Albrecht <christian.albrecht@mayflower.de>", | ||
"Dan Orzechowski <orzechod@gmail.com>" | ||
"Dan Orzechowski <orzechod@gmail.com>", | ||
"Artur Tagisow <atagisow@protonmail.com>" | ||
], | ||
@@ -30,0 +31,0 @@ "homepage": "https://github.com/mantoni/eslint_d.js", |
@@ -140,3 +140,10 @@ # eslint\_d | ||
- __Emacs__: See [eslintd-fix](https://github.com/aaronjensen/eslintd-fix) | ||
- __If the above doesn't autofix__: [This can happen with .vue files](https://github.com/mantoni/eslint_d.js/issues/145#issuecomment-787119881) | ||
Change `eslint_d --stdin --fix-to-stdout` to `eslint_d --stdin --fix-to-stdout --stdin-filename %` (% = path to file you want to autofix) | ||
In Vim, the above mapping should be replaced with: | ||
```vim | ||
nnoremap <leader>f mF:%!eslint_d --stdin --fix-to-stdout --stdin-filename %<CR>`F | ||
``` | ||
## Moar speed | ||
@@ -143,0 +150,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63129
210