Skip to content

mgenware/eslint-config-mgenware

Repository files navigation

eslint-config-mgenware

Build Status

A set of opinionated rules for typescript-eslint.

Usage

Installation:

npm i -D eslint-config-mgenware eslint "@typescript-eslint/parser" "@typescript-eslint/eslint-plugin" "eslint-plugin-import"

.eslintrc.cjs:

module.exports = {
  root: true,
  parser: '@typescript-eslint/parser',
  extends: ['mgenware'],
  parserOptions: {
    sourceType: 'module',
    project: './tsconfig.json',
  },
};

About

A set of opinionated rules for typescript-eslint.

Resources

License

Stars

Watchers

Forks

Packages

No packages published