2.0.1 • Published 1 year ago

@lyr_7d1h/eslint-config v2.0.1

Weekly downloads
-
License
GNU GPL V3
Repository
github
Last release
1 year ago

Eslint config

GitHub package.json version

Configure

It will look for tsconfig.eslint.json for linting typescript files with the right config.

npm i -D @lyr_7d1h/eslint-config eslint prettier typescript
module.exports = {
  parserOptions: {
    project: "./tsconfig.prod.json", // Custom tsconfig
  },
  extends: ["@lyr_7d1h/eslint-config"],
};