2.3.2 • Published 8 months ago

@mariusz.sh/eslint-config v2.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@mariusz.sh/eslint-config ci

Heavily based on eslint-config-fatfisz.

Installation

yarn add -D @mariusz.sh/eslint-config eslint-config-prettier eslint-plugin-import eslint-plugin-prettier prettier
yarn add -D @typescript-eslint/eslint-plugin @typescript-eslint/parser typescript
yarn add -D eslint-plugin-react eslint-plugin-react-hooks

Then in .eslintrc.js:

'use strict';

module.exports = {
  root: true,
  extends: '@mariusz.sh/eslint-config',
  rules: {
    // ...
  },
  // ...
};
2.3.2

8 months ago

2.3.1

8 months ago

2.2.1

1 year ago

2.2.0

1 year ago

2.1.6

1 year ago

2.1.7

1 year ago

2.1.5

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago