Skip to content

Commit

Permalink
chore(contract): update package.json lint scripts
Browse files Browse the repository at this point in the history
- remove explicit lin-jessie command, as @agoric/eslint-config extends eslint-config-jessie
- use lint:fix in favor of lint-fix
  • Loading branch information
0xpatrickdev committed Jan 3, 2024
1 parent a8a339e commit 1a734ac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
"start": "yarn docker:make clean start-contract print-key",
"build": "exit 0",
"test": "ava --verbose",
"lint": "eslint '**/*.{js,jsx}'",
"lint-fix": "eslint --fix '**/*.{js,jsx}'",
"lint-fix-jessie": "eslint -c '.eslintrc-jessie.js' --fix '**/*.{js,jsx}'",
"lint-jessie": "eslint -c '.eslintrc-jessie.js' '**/*.{js,jsx}'"
"lint": "eslint '**/*.js'",
"lint:fix": "eslint --fix '**/*.js'"
},
"devDependencies": {
"agoric": "^0.21.2-u12.0",
Expand Down

0 comments on commit 1a734ac

Please sign in to comment.