Skip to content

Commit

Permalink
nodejs setup
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Oct 17, 2022
1 parent c712103 commit b82e3b9
Show file tree
Hide file tree
Showing 15 changed files with 2,114 additions and 15,560 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ indent_style=space
indent_size=2
tab_width=8
end_of_line=lf

[*.{js,ts}]
indent_style=space
tab_width=2
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = {
rules: {
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'sort-imports-es6-autofix/sort-imports-es6': 'error'
'sort-imports-es6-autofix/sort-imports-es6': 'error',
'@typescript-eslint/no-explicit-any': 'off',
},
}
13,471 changes: 0 additions & 13,471 deletions .pnp.cjs

This file was deleted.

Loading

0 comments on commit b82e3b9

Please sign in to comment.