Skip to content

Commit

Permalink
chore: Fix lint config (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Mar 5, 2019
1 parent c4f14fc commit c700bd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"format": "eslint --fix . && npm run prettier -- --write",
"lint": "eslint . && npm run prettier -- -l",
"prepublish": "npm run build",
"prettier": "prettier --ignore-path .eslintignore '**/*.{js,md,ts,tsx}'",
"prettier": "prettier --ignore-path .eslintignore '**/*.{md,ts,tsx}'",
"tdd": "jest --watch",
"test": "npm run lint && npm run test:ts && npm run testonly -- --coverage",
"test:ts": "dtslint types",
Expand All @@ -37,7 +37,8 @@
"git add"
],
"README.md": [
"doctoc"
"doctoc",
"git add"
]
}
},
Expand Down

0 comments on commit c700bd2

Please sign in to comment.