Socket
Book a DemoInstallSign in
Socket

eslint-config-ted

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-ted

Ted's Eslint Rules

latest
Source
npmnpm
Version
4.0.9
Version published
Weekly downloads
5
150%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-ted

My Eslint Rules

  • Base on Standard
  • Provide Typescript / Vue / React Support
  • Provide JSON Support

Usage

pnpm i -D eslint eslint-config-ted

Config eslint.config.ts

import { ted } from "eslint-config-ted"

export default ted(
  [
    /* your custom config */
  ],
  {
    // Default options
    typescript: true,
    vue: true,
    react: false,
  }
)

Rules

JS

JSON

  • Provide JSON file check
  • Provide package.json and tsconfig.json sort

TS

Vue

React

Known Issues

License

MIT

Inspired by

Keywords

eslint

FAQs

Package last updated on 27 Jan 2025

Did you know?

Socket

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.

Install

Related posts