Skip to content

Commit

Permalink
add eslint command with eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKiral authored and JiriLojda committed Nov 30, 2023
1 parent cbe8f2d commit c43a892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
build
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"type": "module",
"scripts": {
"build": "tsc",
"lint": "eslint . --ext ts,tsx",
"start": "npm run build && node ./build/index.js"
},
"repository": {
Expand Down

0 comments on commit c43a892

Please sign in to comment.