Skip to content

Commit

Permalink
fix(tslint-json): bases/tslint.json remove not used file + fix eof …
Browse files Browse the repository at this point in the history
…rule
  • Loading branch information
MarsiBarsi committed Nov 18, 2019
1 parent e22f9f0 commit bf5f025
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 deletions.
2 changes: 1 addition & 1 deletion tslint/bases/base.tslint.json
Expand Up @@ -12,7 +12,7 @@
"ban": [true, "fit", "fdescribe"],
"class-name": true,
"curly": true,
"eofline": false,
"eofline": true,
"forin": true,
"interface-name": [true, "never-prefix"],
"jsdoc-format": true,
Expand Down
50 changes: 0 additions & 50 deletions tslint/bases/tslint.json

This file was deleted.

0 comments on commit bf5f025

Please sign in to comment.