KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
linter-lua
★ 10
Open GitHub ↗
Linter plugin for Lua, using `luac -p`.
Download README (.md)
Explore Similar Repositories
angular-nhl
:
No description available.
notes-learning-guava
:
guava学习笔记
poor-mans-yun
:
Arduino Yun functionality using a $20 WR703N router and a $3 Arduino Pro Mini.
injectCSS
:
Injecting multiline CSS with Javascript
php-query-builder
:
Query builder for PHP.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
linter-lua
?
Download (.md)
# linter-lua linter-lua package will lint your `lua` in Atom through luac or [luajit](http://luajit.org/running.html). Due to the way that luac works it will only notify you of the first error found in the file. ## Installation ### Linter Installation Before using this package, you must ensure that `luac` or `luajit` is installed on your system. ### Package installation ```ShellSession apm install linter linter-lua language-lua ```