chore: initial environment setup
This commit is contained in:
8
lint-staged.config.mjs
Normal file
8
lint-staged.config.mjs
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* @filename: lint-staged.config.js
|
||||
* @type {import('lint-staged').Configuration}
|
||||
*/
|
||||
|
||||
export default {
|
||||
'*': 'biome check --write --no-errors-on-unmatched'
|
||||
}
|
||||
Reference in New Issue
Block a user