Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 949fbdf

Browse files
committed
init package
0 parents  commit 949fbdf

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# linter-lua package
2+
3+
This package no yet ready.

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "linter-lua",
3+
"linter-package": true,
4+
"activationEvents": [],
5+
"main": "./lib/init",
6+
"version": "0.0.0",
7+
"description": "Lint Lua on the fly, using luac -p (not yet ready)",
8+
"repository": "https://github.com/AtomLinter/linter-lua",
9+
"license": "MIT",
10+
"engines": {
11+
"atom": ">0.50.0"
12+
},
13+
"dependencies": {}
14+
}

0 commit comments

Comments
 (0)