Skip to content

Commit

Permalink
Merge pull request #4 from NullVoxPopuli/add-publint
Browse files Browse the repository at this point in the history
add publint
  • Loading branch information
NullVoxPopuli authored Dec 20, 2023
2 parents 66e7cf7 + a1e9b4a commit 735e824
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 2 deletions.
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,23 @@
},
"license": "ISC",
"author": "",
"main": "src/parser/gjs-ts-parser.js",
"exports": {
".": "./src/parser/gjs-gts-parser.js"
},
"main": "src/parser/gjs-gts-parser.js",
"files": [
"src"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:js": "eslint .",
"lint:package": "pnpm publint",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
"lint:js:fix": "eslint . --fix"
},
"devDependencies": {
"concurrently": "^8.2.2",
"eslint": "^8.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
Expand All @@ -24,6 +35,7 @@
"eslint-plugin-promise": "^6.0.0",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"publint": "^0.2.6",
"release-plan": "^0.6.0"
},
"dependencies": {
Expand Down
133 changes: 133 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 735e824

Please sign in to comment.