Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
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.
The npm package eslint-config-niieani receives a total of 6,475 weekly downloads. As such, eslint-config-niieani popularity was classified as popular.
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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.