
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
@technologiestiftung/eslint-config
Advanced tools
This is a sharable eslint config for the @technologiestiftung organization. Still WIP
The idea here is to start out with a flat config but still be backwards compatible with the old config. So our team does not have to set the env variable ESLINT_USE_FLAT_CONFIG=true but can just reference this config as extend in the old config style.
The rules we apply should also be only for coding style not formatting. We should use prettier for that.
npm install @technologiestiftung/eslint-config --save-dev
In your eslint.config.js file, add the following:
import technologiestiftung from "@technologiestiftung/eslint-config";
export default {
...technologiestiftung,
rules: {
// your rules here
},
};
ESLINT_USE_FLAT_CONFIG=true npx eslint
If you are using VSCode set the following in your settings:
{ "eslint.experimental.useFlatConfig": true }
index.jsnpm t
Before you create a pull request, write an issue so we can discuss your changes.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Texts and content available as CC BY.
Illustrations by {MARIA_MUSTERFRAU}, all rights reserved.
|
Made by
|
A project by
|
Supported by
|
FAQs
ESLint shareable config for @technologiestiftung
The npm package @technologiestiftung/eslint-config receives a total of 350 weekly downloads. As such, @technologiestiftung/eslint-config popularity was classified as not popular.
We found that @technologiestiftung/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.