@lomray/eslint-config

5.0.3 • Public • Published

eslint-config

This package provides Lomray eslint config as an extensible shared config.

Usage

  1. Install package:
npm i --save-dev @lomray/eslint-config
  1. Add config to your eslint.config.js
import lomrayConfig from '@lomray/eslint-config';

export default [
    ...lomrayConfig.recommended, // without files and ignores
    // or
    ...lomrayConfig.config(), // with predefined files and ignores
    // or
    ...lomrayConfig.config({ here: 'your config to exend' }),
];

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
5.0.312latest

Version History

VersionDownloads (Last 7 Days)Published
5.0.312
5.0.20
5.0.10
4.0.120
4.0.00
3.0.010
2.0.27
2.0.10
2.0.00
1.2.10
1.2.013
1.1.20
1.1.10
1.1.00
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i @lomray/eslint-config

Weekly Downloads

62

Version

5.0.3

License

MIT

Unpacked Size

12.6 kB

Total Files

10

Last publish

Collaborators

  • matthew_patell