Skip to content

Commit

Permalink
feat: improve docs with more examples and readability fp-101 (#122)
Browse files Browse the repository at this point in the history
* style: add const modifier to constant explicitly fp-101

* feat: improve docs with more examples and readability fp-101
  • Loading branch information
what1s1ove authored Dec 16, 2023
1 parent 2511c94 commit b64c118
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 64 deletions.
2 changes: 1 addition & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('lint-staged').Config} */
const config = {
'*': ['npm run ci:lint:fs', 'npm run ci:lint:editor'],
'*.{json,md,yml,js}': 'prettier --write',
'*.{json,md,yml,js}': ['npm run ci:lint:format'],
'*.js': ['npm run ci:lint:js', "bash -c 'npm run ci:lint:type'"],
};

Expand Down
Loading

0 comments on commit b64c118

Please sign in to comment.