Skip to content

Commit

Permalink
chore: reinstate packageJson.scripts.lint
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Aug 25, 2023
1 parent 22c3573 commit cf44d05
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/access-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"test": "ava",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:xs": "exit 0",
"lint": "yarn lint:eslint",
"lint-fix": "yarn lint:eslint --fix",
"lint:eslint": "eslint ."
},
Expand Down
1 change: 1 addition & 0 deletions packages/import-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"test": "ava",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:xs": "exit 0",
"lint": "yarn lint:eslint",
"lint-fix": "yarn lint:eslint --fix",
"lint:eslint": "eslint ."
},
Expand Down
1 change: 1 addition & 0 deletions packages/same-structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build": "exit 0",
"test": "exit 0",
"test:xs": "exit 0",
"lint": "yarn lint:eslint",
"lint-fix": "yarn lint:eslint --fix",
"lint:eslint": "eslint ."
},
Expand Down
1 change: 1 addition & 0 deletions packages/sparse-ints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build": "exit 0",
"test": "exit 0",
"test:xs": "exit 0",
"lint": "yarn lint:eslint",
"lint-fix": "yarn lint:eslint --fix",
"lint:eslint": "eslint ."
},
Expand Down
1 change: 1 addition & 0 deletions packages/spawner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"test": "ava",
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:xs": "exit 0",
"lint": "yarn lint:eslint",
"lint-fix": "yarn lint:eslint --fix",
"lint:eslint": "eslint ."
},
Expand Down
1 change: 1 addition & 0 deletions packages/stat-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build": "exit 0",
"test": "exit 0",
"test:xs": "exit 0",
"lint": "yarn lint:eslint",
"lint-fix": "yarn lint:eslint --fix",
"lint:eslint": "eslint ."
},
Expand Down

0 comments on commit cf44d05

Please sign in to comment.