Skip to content

Commit

Permalink
chore: removing tslint dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
muskeinsingh committed Jun 2, 2021
1 parent 8da3af1 commit a86c6a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"homepage": "https://github.com/muskeinsingh/recyclerlistview-gridlayoutmanager",
"devDependencies": {
"recyclerlistview": "^2.0.0-beta.4",
"tslint": "^6.1.2",
"typescript": "3.7.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -e

echo "Running TSLint..."
tslint 'src/**/*.{ts,tsx}'
# echo "Running TSLint..."
# tslint 'src/**/*.{ts,tsx}'

echo "Build started..."
echo "Removing old builds..."
Expand Down

0 comments on commit a86c6a5

Please sign in to comment.