Skip to content

Commit

Permalink
feat: switch to @luchsamappat tslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Luchs committed Dec 28, 2017
1 parent 0caeea0 commit f0d3a6d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 18 deletions.
9 changes: 9 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"standard-version": "^4.2.0",
"ts-jest": "^22.0.0",
"tslint": "^5.8.0",
"tslint-config-luchsamapparat": "^1.1.0",
"typescript": "^2.6.2"
},
"dependencies": {}
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"target": "es2015",
"outDir": "./dist",
"moduleResolution": "node",
"declaration": true
"declaration": true,
"strictNullChecks": true
},
"include": [
"src/**/*.ts",
Expand Down
20 changes: 3 additions & 17 deletions tslint.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"array-type": false,
"arrow-parens": false,
"interface-name": false,
"max-classes-per-file": false,
"max-line-length": false,
"no-angle-bracket-type-assertion": false,
"object-literal-sort-keys": false,
"quotemark": [true, "single", "avoid-escape"],
"trailing-comma": false
},
"rulesDirectory": []
}
"extends": "tslint-config-luchsamapparat",
"rules": {}
}

0 comments on commit f0d3a6d

Please sign in to comment.