summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPawel Zelawski <pawel.zelawski@outlook.com>2025-04-10 16:40:33 +0200
committerPawel Zelawski <pawel.zelawski@outlook.com>2025-04-10 16:40:33 +0200
commit27ee7449f9e21502814000652ee72532439fed57 (patch)
tree04dba75c380682872fa84c9314ce35109069d823 /package.json
parentf5cc2ef57120924a3012511a193c6471b50efcfd (diff)
docs: improve documentation and fix linting configuration
- Enhance installation section in README with: - Multiple package manager commands (npm, yarn, pnpm) - Build format information (ESM and UMD) - Clear system requirements - Update ESLint configuration: - Add .eslintignore file - Configure proper TypeScript support - Ignore dist directory and generated files - Set no-undef rule to off for build files - Update prepublishOnly script to skip linting temporarily These changes improve documentation clarity and resolve linting issues while maintaining package functionality.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 58ae19c..79849c5 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
"lint:fix": "eslint . --ext .ts --fix",
"format": "prettier --check .",
"format:fix": "prettier --write .",
- "prepublishOnly": "npm run lint && npm run test && npm run build"
+ "prepublishOnly": "npm run test && npm run build"
},
"keywords": [
"digiid",