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

Commit 6fa6116

Browse files
committed
Add lint NPM script
1 parent 5523e69 commit 6fa6116

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
"linter:2.0.0",
4545
"language-elixir"
4646
],
47+
"scripts": {
48+
"lint": "eslint .",
49+
"test": "apm test"
50+
},
4751
"dependencies": {
4852
"atom-linter": "^10.0.0",
4953
"atom-package-deps": "^4.5.0",

0 commit comments

Comments
 (0)