Skip to content

Commit eba3c59

Browse files
committed
Update eslint check policy
1 parent d6093f1 commit eba3c59

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.eslintignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
lib/
2+
elixir-ls/
3+

package.json

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

0 commit comments

Comments
 (0)