2.0.4 • Published 9 months ago

@osskit/eslint-config v2.0.4

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

@osskit/eslint-config NPM version

ESLint shareable config used by osskit.

Install

$ npm install --save-dev @osskit/eslint-config
$ yarn add --dev @osskit/eslint-config

Usage

Create an eslint.config.js file:

import {baseConfig} from '@osskit/eslint-config';

export default [
  baseConfig,
];

Additional Configs

This package exposes additional configs.

Test

Use this for your Vitest tests

import {baseConfig, testConfig} from '@osskit/eslint-config';

export default [
  baseConfig,
  testConfig,
];

React

Use this for your React projects

import {baseConfig, reactConfig} from '@osskit/eslint-config';

export default [
  baseConfig,
  reactConfig,
];

React & Test

Use this for your React tests

import {baseConfig, reactConfig, testConfig} from '@osskit/eslint-config';

export default [
  baseConfig,
  reactConfig,
  testConfig,
];
2.0.3

10 months ago

2.0.4

9 months ago

2.0.2

11 months ago

1.0.26

1 year ago

2.0.1

12 months ago

2.0.0

12 months ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.11

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.10

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.11

3 years ago

1.0.3

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago