lint fix updates

This commit is contained in:
2020-01-31 16:12:16 +05:30
parent b6ff65b58a
commit ec19224ebc
17 changed files with 16 additions and 17 deletions

View File

@@ -78,6 +78,8 @@
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js",
"lint": "eslint . --ext .js,.ts",
"lint-fix": "eslint . --ext .js,.ts --fix",
"generate": "plop"
},
"eslintConfig": {