@meyfa/eslint-config
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

@meyfa/eslint-config

CI

ESLint config for personal TypeScript projects. It uses the RushStack patch to reduce dependency clutter.

Usage

Install ESLint, as well as this package (-DE means --save-dev --save-exact):

npm install -DE eslint@8 @meyfa/eslint-config

Then in the .eslintrc.yml:

extends: '@meyfa/eslint-config'
parserOptions:
  project: './tsconfig.eslint.json'

That's it!

Rules

This package provides all the rules from eslint-config-standard-with-typescript with a few changes. For example, it customizes some things for files that match the glob test/**/* to work better with Mocha/Chai, and disables some impractical defaults.

The main reason this package exists is to avoid having to install all peer dependencies of eslint-config-standard-with-typescript.

Readme

Keywords

Package Sidebar

Install

npm i @meyfa/eslint-config

Weekly Downloads

588

Version

5.0.0

License

MIT

Unpacked Size

8.81 kB

Total Files

5

Last publish

Collaborators

  • meyfa