@paleite/eslint-config
Advanced tools
Weekly downloads
Readme
This package includes @paleite's shareable ESLint configuration.
$ yarn add -D @paleite/eslint-config
.eslintrc
:
{ "extends": ["@paleite"] }
NB: If you're using this config for a TypeScript project, make sure you also follow the TypeScript-instructions
No additional steps necessary.
You must define the absolute path to each tsconfig.json
-file in the
parserOptions.project
property. Prefer using globs over specifying each folder
explicitly, because specifying each one individually makes the linter perform a
lot slower.
eslint.config.js
:
module.exports = {
extends: ["@paleite"],
parserOptions: {
project: ["./packages/*/tsconfig.json", "./tsconfig.eslint.json"],
tsconfigRootDir: __dirname,
},
};
For more information on how to use this, see @typescript-eslint's official documentation
FAQs
@paleite's ESLint config
The npm package @paleite/eslint-config receives a total of 257 weekly downloads. As such, @paleite/eslint-config popularity was classified as not popular.
We found that @paleite/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.