
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@ae-studio/eslint-config
Advanced tools
ESLint config for TS and JS following the AE Studio code style.
npm install -D eslint @ae-studio/eslint-config
As described in this GitHub issue, Next.js is still being updated to support ESLint 9. It has partial support for the new config format, but it's not fully compatible yet.
For this reason, you need to install version 2.1.0 of this package to be able to use it with Next.js, and continue using ESLint 8.
npm install -D eslint@8 @ae-studio/eslint-config@2.1.0
For setting out the package, please refer to v2.1.0 documentation.
Inside your eslint.config.mjs
file, add the following configuration based on your project type:
export { default } from "@ae-studio/eslint-config/node";
export { default } from "@ae-studio/eslint-config/react";
import reactConfig from "@ae-studio/eslint-config/react";
import tailwindConfig from "@ae-studio/eslint-config/tailwind";
export default [...reactConfig, ...tailwindConfig];
Built with 🧡 by AE Studio
FAQs
ESLint config for TS and JS following the AE Studio code style.
The npm package @ae-studio/eslint-config receives a total of 16 weekly downloads. As such, @ae-studio/eslint-config popularity was classified as not popular.
We found that @ae-studio/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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.