1.1.12 • Published 1 year ago

@dzeio/config v1.1.12

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

Dzeio Config

thoses are base configuration files for multiple items

ESLint

Depending on your configuration add a .eslintrc.json to your repository and add the following code (remove the comments if you keep it a a json file)

{
	"extends": [
		// Note: add only one file as they calls each ones out
		
		// Base configuration for javascript
		"./node_modules/@dzeio/config/eslint/base",

		// React configuration
		"./node_modules/@dzeio/config/eslint/react",

		// Typescript configuration
		"./node_modules/@dzeio/config/eslint/typescript",

		// Typescript AND React configuration
		"./node_modules/@dzeio/config/eslint/react-typescript",
	]
}

Typescript

{
	// Note: Only include one file

	// Base Typescript configuration
	"extends": "@dzeio/config/tsconfig.base.json",

	// Base NextJS configuration
	"extends": "@dzeio/config/tsconfig.nextjs.json",
}

Copy-paste

files under the folder copy-paste are configurations that can't be extended so you'll have to copy/paste them into your repository

1.1.9

1 year ago

1.1.12

1 year ago

1.1.11

1 year ago

1.1.10

1 year ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.1.0

3 years ago