Socket
Book a DemoInstallSign in
Socket

@ddadaal/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ddadaal/eslint-config

My eslint config

latest
Source
npmnpm
Version
2.3.0
Version published
Maintainers
0
Created
Source

@ddadaal/eslint-config

My eslint config.

Since v2.0, only eslint v9 is supported. Please stick to v1 if you cannot upgrade to eslint v9 yet.

Installation

Normal TypeScript Project

npm install -D @ddadaal/eslint-config eslint

Then create eslint.config.js with the following content:

const base = require("@ddadaal/eslint-config");

module.exports = [
    ...base,
]

React

const base = require("@ddadaal/eslint-config");
// Add
const react = require("@ddadaal/eslint-config/react");

module.exports = [
    ...base,
    // Add
    ...react
]

License

MIT

Keywords

eslint

FAQs

Package last updated on 14 Dec 2024

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