|
"lint:fix": "prettier --write 'scripts/**/*.{js,ts}' 'test/**/*.{js,ts}' 'tasks/**/*.{js,ts}' && tslint --fix --config tslint.json --project tsconfig.json && solhint contracts/**/*.sol",
|
|
"lint:fix": "prettier --write 'scripts/**/*.{js,ts}' 'test/**/*.{js,ts}' 'tasks/**/*.{js,ts}' && tslint --fix --config tslint.json --project tsconfig.json && solhint contracts/**/*.sol",
|
|
"lint": "tslint --config tslint.json --project tsconfig.json && solhint contracts/**/*.sol",
|
|
"lint": "tslint --config tslint.json --project tsconfig.json && solhint contracts/**/*.sol",
|
|
"format": "prettier --check \"**/*.{ts,js,sol}\"",
|
|
"format": "prettier --check \"**/*.{ts,js,sol}\"",
|