Stylelint Config Generator - Online CSS Linter Setup
Set up Stylelint rules for your project by selecting extensions (SCSS, order, etc.). Output a valid .stylelintrc.
UD5 Toolkit
Generate your perfect ESLint configuration — choose presets, tweak rules, and export instantly. Supports both legacy .eslintrc.json and modern flat config (eslint.config.js).
No rules match your search. Try a different keyword.
.eslintrc.json and modern flat config (eslint.config.js) formats.eslint.config.js) is the new configuration system introduced in ESLint v9. It replaces the legacy .eslintrc format. Key differences: flat config uses a flat array of config objects instead of nested extends; environments are replaced by globals; parsers are specified via languageOptions.parser; and plugins are imported as ES modules. Our generator outputs both formats so you can migrate at your own pace.eslint.config.js file; (2) Converting extends to imported config arrays; (3) Replacing env with globals from the globals npm package; (4) Moving parser and parserOptions under languageOptions; (5) Using ES module import for plugins. Use our generator's flat config tab to see the converted output instantly, then copy-paste into your project.eslint:recommended which enables rules like no-unused-vars, no-undef, no-dupe-keys, and no-unreachable. For stricter code, add eqeqeq (=== enforcement), no-var (prefer const/let), prefer-const, curly (brace consistency), and semi/quotes for formatting. Our Recommended and Standard presets bundle the most impactful rules for you.@typescript-eslint/parser. Our generator includes TypeScript-aware rule defaults and outputs configuration compatible with @typescript-eslint/eslint-plugin. The generated config works seamlessly with both .ts and .tsx files..eslintrc.json or eslint.config.js file at the root directory. Then run npm install eslint --save-dev (and any required plugins/parsers). For flat config, ensure you're using ESLint v8.23+ or v9+. Use the Download button to save the file directly.Set up Stylelint rules for your project by selecting extensions (SCSS, order, etc.). Output a valid .stylelintrc.
Create an import map JSON with CDN links. Use bare specifiers like `import React from 'react'` without bundlers.
Generate a CSR and private key pair in the browser using the Web Crypto API. Download both as files. No data sent to server.
Write a standard README with pre‑filled sections like Installation, Usage, and License. Export as Markdown. Save time.
Write global CSS and auto‑generate unique, scoped class names with source maps. Understand CSS Modules naming.
Write scoped CSS rules that apply only within a subtree. See the boundary limits and avoid naming conflicts. New browser feature.
Write a module and import it. See how browser handles module scripts. Learn modern JS structure.
Build CSS Grid layouts by defining columns, rows, and gaps visually. Get the complete grid CSS code. An essential web design tool running in the browser.
Transform a flat JSON object into a dotenv file format instantly. Use it to keep your local configuration in sync. All processing is private and client‑side.
Visually create beautiful linear and radial gradients. Get the CSS code instantly. Copy the code or export as image. Perfect for web designers.
Interactively apply CSS filter functions (blur, brightness, contrast, etc.) to an image and copy the resulting filter property. No coding required.
Style the <progress> and <meter> elements with cross‑browser CSS. Adjust colors and sizes. Copy the final styles.
Paste INI content and convert it to a structured JSON object. Handles sections and comments. Client‑side only.
Style the notoriously hard file input. Generate a consistent button with preview. Copy the HTML/CSS.
Create gradient‑filled text with the background‑clip property. Choose linear or radial gradients. Get the CSS. Modern typography.
Paste JSON and generate typed model classes in TypeScript, Python dataclass, or Go struct. Speeds up API dev.
Create a Svelte single‑file component with script, style, and markup. Choose TypeScript or JavaScript. Copy the .svelte file.
Minify JavaScript and CSS code to reduce file size for production. Remove whitespace and comments instantly. Run locally, your code stays private.
Visually apply CSS transform functions like rotate, scale, skew, and translate. Obtain the exact CSS code for your elements. No coding needed.
Convert title to URL slug with options: ignore stop words, transliterate special characters, choose separator. SEO friendly.
Paste an SVG path and convert all relative commands to absolute. Also smooth curves to lines. Local parser.
Pick two images or colors and apply all 16 CSS mix‑blend‑mode values live. See and copy the right CSS for your design.
Make your JavaScript code more readable with this online beautifier. Format and indent JS automatically. Works entirely in your browser, protecting your code privacy.
Browse a collection of common UI components (cards, modals, navbars) built with pure CSS. Preview and copy the HTML/CSS. Fast prototyping.
Define brand colors, fonts, and spacing. Generate the Chakra UI extendTheme object. Export as JSON or JavaScript.
Paste a JSON object and quickly generate typed structs for Go, TypeScript interfaces, or a JSON Schema. Perfect for API integration.
Type text and instantly see it rendered with text‑transform: uppercase, lowercase, capitalize, and full‑width. Copy CSS.
Toggle common print styles: remove backgrounds, hide elements, set page margins, and add page breaks. Get the complete @media print block.
Choose from a dozen pure CSS loading spinners. Customize color, size, and speed. Copy the HTML & CSS. No JavaScript needed.
Generate a SolidJS component with signals, props, and styles. Choose TypeScript. Copy the ready‑to‑use code.