
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@haldi/dotfiles
Advanced tools
This package provides all the core pieces required for our ESlint, StyleLint, and Prettier configuration under a single package.
Install via your package manager
npm i @haldi/dotfiles -D
# or
yarn add @haldi/dotfiles -D
All we've really done is provdied an exportable version of some configuration. This allows each application to spread
over that object to further customize as needed.
Each set of tools uses the same basic set of steps as seen below.
.eslintrc.js
in the root of the application.eslintrc.js
const eslint = require('@haldi/dotfiles/dist/.eslintrc');
module.exports = eslint;
.prettierrc.js
in the root of the application.prettierrc.js
const prettier = require('@haldi/dotfiles/dist/.prettierrc');
module.exports = prettier;
.stylelintrc.js
in the root of the application.stylelintrc.js
const stylelint = require('@haldi/dotfiles/dist/.stylelintrc');
module.exports = stylelint;
GRAPHQL_URL
to your .env
file in the root of the applicationpackage.json
"generate": "cross-env NODE_OPTIONS=\"-r dotenv/config\" npm run generate:types",
"generate:types": "graphql-codegen --config ./node_modules/@haldi/dotfiles/dist/codegen.yml",
FAQs
Haldi.com | Dotfiles for consistent application config.
We found that @haldi/dotfiles demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.