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-niieani
Advanced tools
A modern TypeScript-only ESLint config with optional presets. Expands upon the amazing Airbnb config to provide the latest ECMAScript features, enforce popular patterns, and align with the wider community.
yarn install --dev eslint eslint-config-niieani
Extend the niieani
config in your root .eslintrc.js
. Additional presets are available
for additional rules.
module.exports = {
root: true,
extends: ['niieani'],
}
The following additional configs can also be extended, but are not enabled by default.
niieani/browser
- Sets the environment to the browser/DOM and enables the
compat plugin. Should not be used with the
node
preset.niieani/node
- Sets the environment to Node.js and enables the
node plugin. Should not be used with the
browser
preset.niieani/react
- Enables the react,
react-hooks,
react-perf, and
jsx-a11y plugins.
*.tsx
files and also extends the browser
preset.react
version is 17+.parserOptions.project
based on the root tsconfig.json
.any
type and unsafe operations.src
folder.*.test.{ts,tsx}
and be located within a tests
or __tests__
folder.package.json
contains a Node.js engine
for the target runtime.FAQs
Reusable ESLint config for Beemo configured projects.
We found that eslint-config-niieani 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.