Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@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
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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.