Skip to content

Commit

Permalink
Improve code quality (jsdoc import quotes)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpmedia committed Sep 16, 2023
1 parent 5cf0567 commit ca240f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import("lint-staged").Config} */
/** @type {import('lint-staged').Config} */
const config = {
'*.{js,jsx}': 'eslint --fix',
'*.{css,js,jsx,json,md}': 'prettier --write',
Expand Down
2 changes: 1 addition & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import("prettier").Config} */
/** @type {import('prettier').Config} */
const config = {
trailingComma: 'es5',
printWidth: 120,
Expand Down

0 comments on commit ca240f3

Please sign in to comment.