2.3.2 • Published 2 years ago

@mariusz.sh/eslint-config v2.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

2.3.1

2 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.1.6

3 years ago

2.1.7

3 years ago

2.1.5

3 years ago

2.1.4

3 years ago

2.1.3

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago