1.0.0 • Published 11 months ago

@lintkit/eslint-config v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

LintKit: ESLint Config

Installation

Install the dependency

npm i --dev @lintkit/eslint-config --save

Add the cache file to your .gitignore

# Linting
.cache

Add the scripts to your package.json

"scripts": {
  "lint:js:eslint": "eslint app --color --cache --config node_modules/@lintkit/eslint-config/eslint.config.mjs --cache-location .cache/ --cache-strategy content",
  "lint:js:eslint:fix": "npm run lint:js:eslint -- --fix",
}
1.0.0

11 months ago