0.7.1 • Published 9 months ago

@dylanarmstrong/eslint-config v0.7.1

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

@dylanarmstrong/eslint-config

Installation

Install with pnpm (or npm / yarn):

pnpm add @dylanarmstrong/eslint-config --save-dev

Then create an eslint.config.js file in your project directory:

export { default } from '@dylanarmstrong/eslint-config';

Configuring

Adjust your eslint.config.js file as necessary by adding rules:

import eslint from '@dylanarmstrong/eslint-config';

export default [
  ...eslint,
  {
    rules: {
      camelcase: 'off',
    },
  },
];

Goal of this Project

All encompassing eslint rules that can be placed on any project and have this plugin automatically adjust to the type of project.

Secondary goal is to avoid using any recommended rule sets.

Notes

After version 0.7, flat config and eslint@9 is required.

0.7.1

9 months ago

0.7.0

9 months ago

0.6.2

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.4

1 year ago

0.5.3

1 year ago

0.5.0

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.4.0

2 years ago

0.2.10

4 years ago

0.3.0

3 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago