feat(*): refactored code and added custom handling of commands

This commit is contained in:
EvolutionX
2022-04-18 22:14:25 +05:30
parent 192e50316b
commit 0e97b7db8a
6 changed files with 2341 additions and 542 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Run linters
uses: wearerequired/lint-action@42567b31ed576cdd5a431d77ca5bc8822430d1d0 # tag=v1
with:
eslint: true
eslint: false
prettier: true
github_token: ${{ secrets.GITHUB_TOKEN }}
auto_fix: false