Skip to content

Commit

Permalink
Merge pull request #90 from oBusk/upgrade-tslint
Browse files Browse the repository at this point in the history
Upgrade tslint
  • Loading branch information
maxdavidson committed Oct 30, 2018
2 parents 6b85b97 + b84281f commit c9ded6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -16,7 +16,7 @@
"build:umd": "npm run build:es && rollup --config && dts-bundle --name dist/bundle --main es --outputAsModuleFolder",
"clean": "rimraf dist es lib coverage",
"typecheck": "tsc --noEmit",
"lint": "tslint --project tsconfig.json --type-check --format stylish",
"lint": "tslint --project tsconfig.json --format stylish",
"format": "prettier '**/*.{md,js,jsx,json,ts,tsx}' --write",
"test": "jest --env=jsdom --coverage",
"test:watch": "jest --env=jsdom --watch --updateSnapshot",
Expand Down Expand Up @@ -58,7 +58,7 @@
"rollup-plugin-terser": "^1.0.1",
"semver": "^5.4.0",
"ts-jest": "~23.10.0",
"tslint": "^5.10.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.13.0",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "^3.1.4"
Expand Down

0 comments on commit c9ded6b

Please sign in to comment.