chore: add ESLint setup with config, ignore file, and lint script
This commit is contained in:
8
.eslintignore
Normal file
8
.eslintignore
Normal file
@@ -0,0 +1,8 @@
|
||||
# dependencies:
|
||||
node_modules/
|
||||
|
||||
# build output:
|
||||
dist/
|
||||
|
||||
# test coverage output:
|
||||
coverage/
|
||||
Reference in New Issue
Block a user