Skip to content

Commit

Permalink
feat: add support for if, for, assign and merge
Browse files Browse the repository at this point in the history
Refs #1 #2 #3
  • Loading branch information
ruscoder committed May 24, 2024
1 parent 4778131 commit bd1e5bb
Show file tree
Hide file tree
Showing 3 changed files with 583 additions and 79 deletions.
1 change: 1 addition & 0 deletions ts/server/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
},
ignorePatterns: ['.eslintrc.js'],
rules: {
'prettier/prettier': 0,
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
Expand Down
Loading

0 comments on commit bd1e5bb

Please sign in to comment.