Skip to content

Commit 9f0b69e

Browse files
fix(): exclude json files from tslint
1 parent 828d210 commit 9f0b69e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"packages/**/*.{ts,json}": [
189189
"npm run format",
190190
"git add",
191-
"tslint --fix"
191+
"tslint --fix -e \"**/*.json\""
192192
]
193193
},
194194
"husky": {

0 commit comments

Comments
 (0)