diff options
| author | INOUE Takuya <[email protected]> | 2023-01-20 00:06:51 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-19 10:06:51 -0500 |
| commit | 49fba8aa1f47cae33526443d3798015ded6d517c (patch) | |
| tree | 91f2ea747488e2b0e69a1db84953c6140049eeb1 | |
| parent | 747672e2f845074f2e9f9fa4a14055d324098975 (diff) | |
| download | ai-pulse-obsidian-plugin-49fba8aa1f47cae33526443d3798015ded6d517c.tar.gz ai-pulse-obsidian-plugin-49fba8aa1f47cae33526443d3798015ded6d517c.zip | |
fix .eslintignore (#48)
| -rw-r--r-- | .eslintignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.eslintignore b/.eslintignore index 32909b2..e019f3c 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,3 @@ -npm node_modules -build
\ No newline at end of file +node_modules/ + +main.js |
