PG
Size: a a a
PG
PG
PG
M
A
d
(use-package eslintd-fix :ensure t)
(defun my/tslint-fix-current-buffer ()
"TSlints the current file/buffer"
(interactive)
(start-process-shell-command "tslint-autofix"
"*tslint-autofix*"
(concat "tslint --fix " (buffer-file-name))))
d
PG
C-c C-f
) либо повесить на after-save-hook
A
(use-package eslintd-fix :ensure t)
(defun my/tslint-fix-current-buffer ()
"TSlints the current file/buffer"
(interactive)
(start-process-shell-command "tslint-autofix"
"*tslint-autofix*"
(concat "tslint --fix " (buffer-file-name))))
d
A
d
A
d
PG
fido-mode
опробовал?PG
A
d
PG
PG