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.
@mintlify/eslint-config
Advanced tools
ESLint is used for code linting.
The inheritance hierarchy looks like this:
eslint-config (base)
^
eslint-config-typescript
^
eslint-config-next
To use eslint-config-typescript
or eslint-config-next
, visit their respective documentation.
Install this package and peerDependencies of this package as devDependencies in the project, using install-peerdeps.
npx install-peerdeps --dev @mintlify/eslint-config
Alternatively, you can install this package as devDependency and install the peerDependencies separately.
# yarn
yarn add -D @mintlify/eslint-config
# npm
npm i -D @mintlify/eslint-config
# pnpm
pnpm add -D @mintlify/eslint-config
Create a .eslintrc.json
file in the project root that extends
{
"extends": "@mintlify/eslint-config",
...
}
FAQs
Mintlify shared eslint config (base)
We found that @mintlify/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.