Skip to content

Commit

Permalink
Merge pull request #7 from orzechowskid/master
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
orzechowskid committed Mar 29, 2019
2 parents 92f95f9 + 6abfa95 commit fa38d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flymake-eslint.el
@@ -1,6 +1,6 @@
;;; flymake-eslint.el --- A Flymake backend for Javascript using eslint --- -*- lexical-binding: t; -*-

;;; Version: 1.0.0
;;; Version: 1.0.1

;;; Author: Dan Orzechowski

Expand Down Expand Up @@ -137,7 +137,7 @@ Run eslint on the current buffer, and report results using FLYMAKE-REPORT-FN. A


(defun flymake-eslint-enable ()
"Enable `flymake-mode', and add flymake-eslint as a buffer-local Flymake backend."
"Enable Flymake and add flymake-eslint as a buffer-local Flymake backend."
(interactive)
(flymake-mode t)
(add-hook 'flymake-diagnostic-functions 'flymake-eslint--checker nil t))
Expand Down

0 comments on commit fa38d20

Please sign in to comment.