Verified Commit 2882cac1 authored by Adam Zerella's avatar Adam Zerella
Browse files

Basic project linting

parent f5ce1341
{
"extends": [
"eslint:recommended",
"prettier:recommended",
"@typescript-eslint/recommended"
"prettier"
],
"env": {
"commonjs": true
......
......@@ -5,3 +5,4 @@ npm-debug.log
.env
coverage
lib
.eslintcache
......@@ -13,7 +13,9 @@
],
"scripts": {
"start": "probot run ./index.js",
"test": "jest"
"test": "jest",
"lint": "eslint index.js --cache",
"lint:fix": "eslint index.js --cache --fix"
},
"dependencies": {
"@polkadot/api": "^6.0.5",
......@@ -21,8 +23,12 @@
"probot": "^11.0.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^26.6.3",
"nock": "^13.0.5",
"prettier": "^2.4.1",
"smee-client": "^1.2.2"
},
"engines": {
......
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment