You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
linter-lua
2
2
===========
3
3
4
-
linter-lua package will lint your `.lua`opened files in Atom through luac or [luajit](http://luajit.org/running.html). **It will lint on edit and/or save**, so you'll see instantly if your code has errors.
4
+
linter-lua package will lint your `lua` in Atom through luac or [luajit](http://luajit.org/running.html).
5
5
6
6
Due to the way that luac works it will only notify you of the first error found in the file.
0 commit comments