1.1.0 • Published 11 months ago

@egomaw/eslint-config v1.1.0

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

@egomaw/eslint-config

This package contains my own ESLint configuration files using the FlatConfig format.

Usage

The default export contains all recommended eslint rules for JavaScript. It requires eslint, @eslint/js.

  1. Install package using your favorite package manager. For example, using pnpm:
pnpm add -D @egomaw/eslint-config
  1. Import the config to your .eslint.config.js file:
import baseConfig from '@egomaw/eslint-config';

export default {
  ...baseConfig,
  // Add your own rules here
};

Vue.js

If your project uses Vue.js 3.x, you can import fom @egomaw/eslint-config/vue for Vue specific rules.

TypeScript

If your project uses TypeScript, instead import from @egomaw/eslint-config/typescript.

ReactJS

For ReactJS projects that also use Typescript, import from @egomaw/eslint-config/react.
If you don't use TypeScript, import from @egomaw/eslint-config/react-javascript.

1.1.0

11 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.2

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago