Skip to content

cretia-app/configs

Repository files navigation

Cretia Configs

ESLint

Install

npm install --development eslint eslint-config-cretia

Use

There are two ways to load this configuration:

  • Inside your package.json
"eslint": {
  "extends": "eslint-config-cretia"
}
  • Use a config file .eslintrc
{
	"extends": "eslint-config-cretia"
}

Prettier

Install

npm install --development prettier prettier-config-cretia

Use

There are two ways to load this configuration:

  • Inside your package.json
"prettier": "@cretia/prettier-config"
  • Use a config file .prettierrc
"@cretia/prettier-config"

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published