Skip to content
Snippets Groups Projects
Commit 78a8c61a authored by Nicolás San Martín's avatar Nicolás San Martín
Browse files

agregar ts a lint staged

ts
parent eab46c7a
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@
}
},
"lint-staged": {
"*.{js,tsx}": [
"*.{ts,js,tsx}": [
"./node_modules/.bin/eslint --fix",
"git add"
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment