1.0.2 • Published 2 years ago

@kingfoodmart/eslint-config-kfm-backend v1.0.2

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

1. Install eslint and plugins to devDependencies

"devDependencies": {
    "@kingfoodmart/eslint-config-kfm-backend": "^1.0.2",
    "eslint": "^8.46.0",
    "eslint-plugin-import": "^2.28.0",
    "eslint-plugin-require-path-exists": "^1.1.9"
},

2. Add eslintConfig property in your package.json file and define your configuration there.

{
    "eslintConfig": {
        "extends": [
            "@kingfoodmart/eslint-config-kfm-backend"
        ],
    }
}
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago