0.0.16 • Published 10 months ago

eslint-config-everything v0.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

eslint-config-everything

How to Use

All dependencies, including ESLint/Prettier are included. TypeScript is not.

The project is ESM only, and requires at least Node v20.11.0.

ESLint

TypeScript is enabled by default, React is not.

Create a eslint.config.js if using "type": "module", or eslint.config.mjs if not.

It accepts a config object, hover the function for the JSDoc options.

import { eslintConfig } from "eslint-config-everything";

export default eslintConfig({});

Prettier

Create a prettier.config.js if using "type": "module", or prettier.config.mjs if not.

Add tailwind: true for to enable Tailwind.

import { prettierConfig } from "eslint-config-everything";

export default prettierConfig({});
0.0.11

10 months ago

0.0.12

10 months ago

0.0.15

10 months ago

0.0.16

10 months ago

0.0.3

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.6

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago