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.
eslint-config-tui
Advanced tools
$ npm install eslint eslint-config-tui --save-dev
Add .eslintrc.js
on your project's root directory.
// eslint.config.js
import tuiConfig from "eslint-config-tui"
module.exports = [
tuiConfig,
{
rules: {
// Override rules or Add more rules
}
}
];
If you want to distinguish with tui/es6
, use a version before 5.0.0
Using a Shareable Configuration Package
FAQs
ESLint sharable config for TUI components
The npm package eslint-config-tui receives a total of 906 weekly downloads. As such, eslint-config-tui popularity was classified as not popular.
We found that eslint-config-tui 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.