1.0.16 • Published 7 months ago

@eik/eslint-config v1.0.16

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

@eik/eslint-config

Shared config for ESLint used in Eik projects.

Install

npm install --save-dev eslint @eik/eslint-config

Usage

Create and add this to eslint.config.js:

import config from "@eik/eslint-config";

export default config;

The default config should cover most needs, but you can extend or override if you need to.

import config from "@eik/eslint-config";

export default [
	...config,
	/* Your customisations */
	{
		ignores: [".docusaurus/*"],
	},
];

If you do need to change the config, consider whether that change should happen here in the shared config so it applies to all repos.

1.0.16

7 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.11

9 months ago

1.0.10

10 months ago

1.0.15

8 months ago

1.0.14

8 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago