Skip to content

Commit

Permalink
Updated vscode.prettier to use the config file
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Aug 7, 2021
1 parent e987088 commit a340c6a
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
File renamed without changes.
23 changes: 23 additions & 0 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,8 @@
"not dead",
"not ie <= 11",
"not op_mini all"
]
],
"devDependencies": {
"tslint-config-prettier": "^1.18.0"
}
}
3 changes: 2 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@
"no-null-keyword": true,
//"prefer-const": true,
"jsdoc-format": true
}
},
"extends": ["tslint-config-prettier"]
}

0 comments on commit a340c6a

Please sign in to comment.