🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@drgatoxd/config

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@drgatoxd/config

Config files for my Typescript projects.

1.1.2
latest
npm
Version published
Weekly downloads
47
46.88%
Maintainers
1
Weekly downloads
 
Created
Source

drgato config files

you can use this config files for your projects uwu

Eslint

.eslintrc.cjs

you need to install @typescript-eslint/eslint-plugin and @typescript-eslint/parser

module.exports = require('@drgatoxd/config/eslint.json');

Typescript config

{
	"extends": "@drgatoxd/config/tsconfig.json",
	"compilerOptions": {
		// aditional config
	},
	"exclude": ["node_modules", "**/*.spec.ts"],
	"include": ["src/**/*", ".eslintrc.cjs"]
}

Keywords

eslint

FAQs

Package last updated on 29 Apr 2023

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