0.6.4 • Published 6 months ago

@poupe/eslint-config v0.6.4

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

@poupe/eslint-config

Sharable ESLint config preset for usage across Poupe UI projects.

āœ… Includes:

Getting started

!NOTE This preset uses the new ESLint flat config.

Install dependencies:

pnpm install -D eslint typescript @poupe/eslint-config

Create eslint.config.mjs in your project root:

// @ts-check
import poupeConfig from '@poupe/eslint-config';

export default poupeConfig;

For Nuxt.js projects (with @nuxt/eslint module):

// @ts-check
import { forNuxt } from '@poupe/eslint-config/nuxt';
import withNuxt from './.nuxt/eslint.config.mjs';

export default withNuxt(...forNuxt({
  rules: {
    // custom rule overrides
  },
}));

Custom configuration:

// @ts-check
import { defineConfig } from '@poupe/eslint-config';

export default defineConfig({
  rules: {
    // rule overrides
  },
});

License

MIT

0.4.20

9 months ago

0.4.9

11 months ago

0.4.8

11 months ago

0.4.19

9 months ago

0.4.10

11 months ago

0.4.17

10 months ago

0.4.18

9 months ago

0.4.15

10 months ago

0.4.16

10 months ago

0.4.13

11 months ago

0.4.14

10 months ago

0.4.11

11 months ago

0.4.12

11 months ago

0.6.3

7 months ago

0.4.5

11 months ago

0.6.2

7 months ago

0.5.3

7 months ago

0.4.4

12 months ago

0.4.7

11 months ago

0.6.4

6 months ago

0.4.6

11 months ago

0.4.1

12 months ago

0.6.1

7 months ago

0.5.2

7 months ago

0.4.3

12 months ago

0.6.0

7 months ago

0.5.1

8 months ago

0.4.2

12 months ago

0.3.1

1 year ago

0.3.0

2 years ago

0.2.7

2 years ago

0.2.8

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.3-try1

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago