
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
@technologiestiftung/eslint-plugin
Advanced tools
This is a sharable eslint plugin for the @technologiestiftung organization. Should be the basis for JS and TS. Still WIP. Currently we only have one rule that we stole from the eslint-plugin-import.
[!IMPORTANT] We only support flat config!
Features:
npm i @technologiestiftung/eslint-plugin --save-dev
In your eslint.config.js
file, add the following:
import { plugin as technologiestiftungPlugin } from "@technologiestiftung/eslint-plugin";
export default [
{
files: ["**/*.{js,jsx,mjs,cjs,ts,tsx}"],
rules: {
"@technologiestiftung/no-default-export": "error",
},
plugins: { "@technologiestiftung": technologiestiftungPlugin },
},
];
tbd...
TODO:
see https://eslint.org/docs/latest/integrate/nodejs-api#ruletester
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!
Made by
|
A project by
|
Supported by
|
FAQs
ESLint plugin for Technologiestitung
We found that @technologiestiftung/eslint-plugin demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.