1.0.0 • Published 9 months ago

@paratco/eslint-config v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
9 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

9 months ago

0.8.8

9 months ago

0.8.7

10 months ago

0.8.6

11 months ago

0.8.5

11 months ago

0.8.4

11 months ago

0.7.5

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.8.1

11 months ago

0.7.2

1 year ago

0.6.3

1 year ago

0.4.5

1 year ago

0.8.0

11 months ago

0.7.1

1 year ago

0.6.2

1 year ago

0.4.4

1 year ago

0.8.3

11 months ago

0.7.4

1 year ago

0.6.5

1 year ago

0.8.2

11 months ago

0.7.3

1 year ago

0.6.4

1 year ago

0.5.0

1 year 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

1 year ago

0.6.1

1 year ago

0.4.3

1 year ago

0.6.0

1 year ago

0.4.2

1 year ago

0.3.3

1 year ago

0.1.0

1 year ago