1.0.0 • Published 5 years ago
@elkevinwolf/eslint-config-base v1.0.0
@elkevinwolf/eslint-config-base
⚙️ Kevin Wolf's opinionated shareable ESLint config.
Installation
npm install --save-dev eslint prettier typescript @elkevinwolf/eslint-config-baseUsage
Depending on your preferred way to configure ESLint, you have several options:
- In
package.json, using theeslintConfigproperty:
{
// name, scripts, dependencies, etc...
"eslintConfig": {
"extends": "@elkevinwolf/base"
}
}- In
.eslintrc.jsonor.eslintrc:
{
"extends": "@elkevinwolf/base"
}- In
.eslintrc.js:
module.exports = {
extends: "@elkevinwolf/base",
}- In
.eslintrc.yamlor.eslintrc.yml:
extends: "@elkevinwolf/base"Contributing
Read the contributing guidelines.
License
1.0.0
5 years ago