We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 990b703 + f9cab71 commit 7003f6dCopy full SHA for 7003f6d
.lintstagedrc
@@ -2,7 +2,7 @@
2
"*.ts": [
3
"prettier --write --config ./node_modules/ddts/.prettierrc.yml",
4
"git add",
5
- "tslint --fix",
+ "tslint --fix --project tsconfig.json",
6
"git add"
7
],
8
"*.scss": [
package.json
@@ -1,6 +1,6 @@
1
{
"name": "ddts",
- "version": "1.0.0",
+ "version": "1.1.0",
"main": "tslint.json",
"scripts": {
"postinstall": "npm run compilerules; ./install-hooks",
0 commit comments