Skip to content

Commit

Permalink
fix: main entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
paibamboo committed Oct 17, 2019
1 parent d33e49b commit d6a24d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@crazyfactory/tslint-rules",
"private": false,
"description": "",
"main": "./lib/index.js",
"main": "tslint-rules.json",
"config": {
"validate-commit-msg": {
"types": [
Expand Down
8 changes: 8 additions & 0 deletions tslint-rules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"rulesDirectory": "./lib",
"rules": {
"import-react": [true, {"type": "star"}],
"hex-format": true,
"interface-sort-keys": true
}
}

0 comments on commit d6a24d7

Please sign in to comment.