Skip to content

Commit

Permalink
Add lint commands for poly-import and poly-analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
fhd committed Dec 12, 2022
1 parent b004ada commit 9ce7466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions feature-utils/poly-analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"build": "rollup -c rollup.config.js",
"build-downstream": "../../build.js --start @polypoly-eu/poly-analysis",
"lint": "eslint src test",
"doc": "jsdoc -c jsdoc.conf.json"
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions feature-utils/poly-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"build": "rollup -c rollup.config.js",
"build-downstream": "../../build.js --start @polypoly-eu/poly-import",
"lint": "eslint src test",
"test": "jest --coverage",
"doc": "jsdoc -c jsdoc.conf.json"
}
Expand Down

0 comments on commit 9ce7466

Please sign in to comment.