Skip to content

Commit

Permalink
chore(project): clean lintstagedrc
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious committed Apr 1, 2022
1 parent 1809bde commit e700df1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 31 deletions.
6 changes: 5 additions & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"*.svg": "svgo"
"*.svg": "svgo",
"*.{ts,tsx,js}": [
"eslint --cache --fix",
"prettier --write"
]
}
6 changes: 0 additions & 6 deletions desktop/main-app/.lintstagedrc

This file was deleted.

6 changes: 0 additions & 6 deletions desktop/renderer-app/.lintstagedrc

This file was deleted.

6 changes: 0 additions & 6 deletions packages/flat-components/.lintstagedrc

This file was deleted.

6 changes: 0 additions & 6 deletions packages/flat-types/.lintstagedrc

This file was deleted.

6 changes: 0 additions & 6 deletions web/flat-web/.lintstagedrc

This file was deleted.

0 comments on commit e700df1

Please sign in to comment.