Skip to content

Commit a01f103

Browse files
committed
chore: update lint-staged commands to use prettier and eslint
1 parent f0f231c commit a01f103

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
},
118118
"lint-staged": {
119119
"**/*.{js,ts,scss,json,html}": [
120-
"nx format:write --files",
121-
"nx affected:lint --fix --files"
120+
"prettier --write",
121+
"eslint --fix"
122122
]
123123
}
124124
}

0 commit comments

Comments
 (0)