chore: lint

This commit is contained in:
Adhiraj Singh
2023-02-21 11:49:59 +05:30
parent 971ce91ffd
commit 34f8f60d31
11 changed files with 23 additions and 22 deletions

View File

@@ -24,8 +24,8 @@
"build:tsc": "tsc",
"example": "node --inspect -r ts-node/register Example/example.ts",
"gen:protobuf": "sh WAProto/GenerateStatics.sh",
"lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",
"lint:fix": "eslint ./src --fix --ext .js,.ts,.jsx,.tsx"
"lint": "eslint . --ext .js,.ts,.jsx,.tsx",
"lint:fix": "eslint . --fix --ext .js,.ts,.jsx,.tsx"
},
"author": "Adhiraj Singh",
"license": "MIT",