Skip to content

Commit

Permalink
Update eslint check policy
Browse files Browse the repository at this point in the history
  • Loading branch information
amiralies committed Aug 23, 2019
1 parent d6093f1 commit eba3c59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .eslintignore
@@ -0,0 +1,3 @@
lib/
elixir-ls/

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"homepage": "https://github.com/amiralies/coc-elixir#readme",
"scripts": {
"clean": "rm -rf lib/",
"lint": "eslint src/",
"lint": "eslint .",
"build": "webpack",
"els-build": "cd elixir-ls && mix deps.get && mix elixir_ls.release -o ../els-release",
"prepack": "npm run clean && npm run build && npm run els-build"
Expand Down

0 comments on commit eba3c59

Please sign in to comment.