Skip to content

Commit f8d1176

Browse files
committed
Add lint script
1 parent 711347b commit f8d1176

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.eslintignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"homepage": "https://github.com/amiralies/coc-elixir#readme",
1313
"scripts": {
1414
"clean": "rm -rf lib/",
15+
"lint": "eslint src/",
1516
"build": "webpack",
1617
"els-build": "cd elixir-ls && mix deps.get && mix elixir_ls.release -o ../els-release",
1718
"prepack": "npm run clean && npm run build && npm run els-build"

0 commit comments

Comments
 (0)