Skip to content

cretia-app/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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": "prettier-config-cretia"
  • Use a config file prettierrc.json
"prettier-config-cretia"

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published