1.0.0 • Published 8 months ago

@paratco/eslint-config v1.0.0

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

@paratco/eslint-config

Paratco ESLint configs

  • Typescript
  • React (optional)

Installation

NPM:

npm install --save-dev @paratco/eslint-config eslint prettier typescript-eslint

Yarn:

yarn add -D @paratco/eslint-config eslint prettier typescript-eslint

Usage (Flat config):

Node.JS:

import paratcoEslintConfig from "@paratco/eslint-config";

export default [
  ...paratcoEslintConfig.node,
];

React:

import paratcoEslintConfig from "@paratco/eslint-config";

export default [
  ...paratcoEslintConfig.react,
];

Base (JS + TS rules):

import paratcoEslintConfig from "@paratco/eslint-config";

export default [
  ...paratcoEslintConfig.base,
];
1.0.0

8 months ago

0.8.8

8 months ago

0.8.7

9 months ago

0.8.6

10 months ago

0.8.5

10 months ago

0.8.4

10 months ago

0.7.5

11 months ago

0.3.0

1 year ago

0.2.0

1 year ago

0.8.1

10 months ago

0.7.2

11 months ago

0.6.3

12 months ago

0.4.5

12 months ago

0.8.0

10 months ago

0.7.1

11 months ago

0.6.2

12 months ago

0.4.4

12 months ago

0.8.3

10 months ago

0.7.4

11 months ago

0.6.5

11 months ago

0.8.2

10 months ago

0.7.3

11 months ago

0.6.4

12 months ago

0.5.0

12 months ago

0.4.1

1 year ago

0.3.2

1 year ago

0.4.0

1 year ago

0.3.1

1 year ago

0.7.0

11 months ago

0.6.1

12 months ago

0.4.3

1 year ago

0.6.0

12 months ago

0.4.2

1 year ago

0.3.3

1 year ago

0.1.0

1 year ago