@hughescr/eslint-config-default

3.0.4 • Public • Published

Overview

This is a default configuration set-up for how I like my ESLint to be set up.

yarn add -D @hughescr/eslint-config-default eslint

Then put this in eslint.config.mjs:

import defaultConfig from '@hughescr/eslint-config-default';

export default [
    defaultConfig.configs.recommended,
];

Developer

If you want to browse the config, find un-configured rules, etc:

yarn rules-checkup

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.0.45latest

Version History

VersionDownloads (Last 7 Days)Published
3.0.45
3.0.33
3.0.21
3.0.11
3.0.02
2.8.83
2.8.75
2.8.60
2.8.50
2.8.40
2.8.30
2.8.20
2.8.10
2.8.00
2.7.00
2.6.00
2.5.01
2.4.91
2.4.80
2.4.70
2.4.61
2.4.50
2.4.40
2.4.30
2.4.20
2.4.10
2.4.00
2.3.10
2.3.00
2.2.10
2.2.00
2.1.00
2.0.10
2.0.00
1.3.00
1.2.00
1.1.40
1.1.30
1.1.20
1.1.10
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i @hughescr/eslint-config-default

Weekly Downloads

23

Version

3.0.4

License

BSD-3-Clause

Unpacked Size

10.5 kB

Total Files

5

Last publish

Collaborators

  • hughescr