1.1.2 • Published 1 year ago

@drgatoxd/config v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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"]
}