Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
style: restructure rules, use latest instead of tslint-config-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
oBusk committed Mar 1, 2020
1 parent f86660d commit 4af3f7a
Show file tree
Hide file tree
Showing 18 changed files with 127 additions and 353 deletions.
109 changes: 107 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"husky": "^4.2.3",
"lerna": "^3.20.2",
"lint-staged": "^10.0.8",
"prettier": "^1.19.1"
"prettier": "^1.19.1",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0"
}
}
67 changes: 0 additions & 67 deletions packages/read-bigint-64-be/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions packages/read-bigint-64-be/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
"jest": "^25.1.0",
"ts-jest": "^25.2.1",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^9.0.0",
"typescript": "^3.8.3"
}
}
3 changes: 2 additions & 1 deletion packages/read-bigint-64-be/tslint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"extends": ["tslint-config-standard", "tslint-config-prettier"]
"$schema": "http://json.schemastore.org/tslint",
"extends": ["../../tslint.json"]
}
67 changes: 0 additions & 67 deletions packages/read-bigint-64-le/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions packages/read-bigint-64-le/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
"jest": "^25.1.0",
"ts-jest": "^25.2.1",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^9.0.0",
"typescript": "^3.8.3"
}
}
3 changes: 2 additions & 1 deletion packages/read-bigint-64-le/tslint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"extends": ["tslint-config-standard", "tslint-config-prettier"]
"$schema": "http://json.schemastore.org/tslint",
"extends": ["../../tslint.json"]
}
Loading

0 comments on commit 4af3f7a

Please sign in to comment.