Skip to content

Commit fcd55ab

Browse files
committedAug 23, 2020
Run eslint, remove cache file from git
1 parent 35bff32 commit fcd55ab

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed
 

‎.eslintcache

-1
This file was deleted.

‎.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
coverage
22
.nyc_output
33
node_modules
4+
README.md

‎.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README.md

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ I recommend using this package with [fuzzy](https://www.npmjs.com/package/fuzzy)
6868
![Autocomplete prompt](./inquirer.gif)
6969

7070
## Credits
71+
7172
[Martin Hansen](https://github.com/mokkabonna/)
7273

7374
## License

0 commit comments

Comments
 (0)
Please sign in to comment.