Fixed linting error
Showing
... | ... | @@ -10,7 +10,7 @@ |
"test": "echo \"Error: no test specified\"", | ||
"start": "./lib/bin/remixd.js -s ./shared --remix-ide http://127.0.0.1:8080", | ||
"npip": "npip", | ||
"lint": "eslint ./src", | ||
"lint": "eslint ./src --ext .ts", | ||
"build": "tsc -p ./ && chmod +x ./lib/bin/remixd.js", | ||
"dev": "nodemon" | ||
}, | ||
... | ... | @@ -49,6 +49,8 @@ |
"devDependencies": { | ||
"@types/node": "^14.0.5", | ||
"@types/ws": "^7.2.4", | ||
"@typescript-eslint/eslint-plugin": "^3.2.0", | ||
"@typescript-eslint/parser": "^3.2.0", | ||
"eslint": "6.8.0", | ||
"eslint-config-standard": "14.1.1", | ||
"eslint-plugin-import": "2.20.2", | ||
... | ... |
Please
register
or
sign in
to comment