Skip to content

Commit

Permalink
Amend the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Dec 1, 2023
1 parent 251b05d commit e4b8eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"deploy": "hardhat deploy",
"lint": "yarn lint:sol && yarn lint:ts",
"lint:sol": "solhint \"src/**/*.sol\"",
"lint:ts": "eslint --ignore-path ./.eslintignore --ignore-path ./node_modules --ext .js,.ts .",
"lint:ts": "eslint --ignore-path ./.eslintignore --ext .js,.ts .",
"postinstall": "DOTENV_CONFIG_PATH=../../.env.example yarn typechain",
"test": "hardhat test",
"typechain": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ describe('Only Plugin Upgrader Condition', function () {
});

it('Should reject if action 2 is not executed on the PSP', async () => {
let actions: IDAO.ActionStruct[] = [
const actions: IDAO.ActionStruct[] = [
{
to: dao.address,
value: 0,
Expand Down

0 comments on commit e4b8eaa

Please sign in to comment.