Added parser function

This commit is contained in:
VityaSchel
2023-10-01 20:18:37 +04:00
parent 0bb5f022e9
commit b6ea0217c3
19 changed files with 1664 additions and 153 deletions

View File

@@ -23,6 +23,7 @@ module.exports = {
'@typescript-eslint'
],
'rules': {
'@typescript-eslint/no-explicit-any': 'off',
'indent': [
'warn',
2,
@@ -41,6 +42,7 @@ module.exports = {
'never'
],
'react/react-in-jsx-scope': 'off',
'no-async-promise-executor': 'off'
'no-async-promise-executor': 'off',
'@typescript-eslint/no-unused-vars': ['warn']
}
}