Skip to content

Commit

Permalink
Migrate to *.config.js usage
Browse files Browse the repository at this point in the history
  • Loading branch information
vpmedia committed Sep 16, 2023
1 parent d087e47 commit eaa2cbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .lintstagedrc.json

This file was deleted.

7 changes: 7 additions & 0 deletions lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/** @type {import("lint-staged").Config} */
const config = {
'*.{js,jsx}': 'eslint --fix',
'*.{css,js,jsx,json,md}': 'prettier --write',
};

export default config;

0 comments on commit eaa2cbc

Please sign in to comment.