Skip to content

Commit

Permalink
chore: eslint/prettier config and depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
shfshanyue committed Nov 3, 2023
1 parent 92b31a1 commit 6daebb5
Show file tree
Hide file tree
Showing 51 changed files with 259 additions and 314 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@
"printWidth": 80,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
"trailingComma": "es5",
"arrowParens": "avoid"
},
"eslintConfig": {
"extends": [
"prettier/@typescript-eslint",
"prettier",
"plugin:prettier/recommended"
],
"rules": {
Expand Down
Loading

0 comments on commit 6daebb5

Please sign in to comment.