
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@crystal-ball/eslint-config-eloquence
Advanced tools
Crystal Ball Componentry org ESLint configuration
Add the package and Prettier as dev dependencies to your project:
npm i eslint-config-healthsparq prettier -D
We recommend adding prettier
as a project dependency to help ensure that all
editors use the locally installed Prettier for formatting. Some editors will use
a global or bundled version (which may have formatting differences) if there
isn't a prettier
in the project's package.json
.
Static typing using flow is supported through the eslint-plugin-flowtype
package.
Extending this package's config will set the default:
parserOptions
parser
env
plugins
rules
There are seperate configs for Node projects and web projects to handle enabling
features like JSX, webpack resolving, .mjs
file extensions, etc. The configs
are node
and web
.
// .eslintrc.js
module.exports = { extends: '@crystal-ball/eloquence/web' }
// .eslintrc.js
module.exports = { extends: '@crystal-ball/eloquence/node' }
All dependencies required for running ESLint will be installed as dependencies of this package. This ensures that there are no conflicting versions of ESLint in a consuming project's dependencies. Installed dependencies include:
This is an open source project that welcomes and appreciates contributions from
everyone 🎉.
Please read the Code of Conduct and
Contributing guides to get started.
FAQs
Crystal Ball Componentry org ESLint configuration
The npm package @crystal-ball/eslint-config-eloquence receives a total of 9 weekly downloads. As such, @crystal-ball/eslint-config-eloquence popularity was classified as not popular.
We found that @crystal-ball/eslint-config-eloquence demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.