eslint-config-metarhia

9.1.1 • Public • Published

eslint-config-metarhia

Opinionated ESLint config and de-facto JavaScript styleguide for Metarhia projects.

ci status snyk npm version npm downloads/month npm downloads

Usage

  1. Install ESLint and this config:
npm i -D eslint eslint-config-metarhia
  1. Import eslint-config-metarhia in .eslint.config.js, add additional rules, export everything together.
const config = require('eslint-config-metarhia');

module.exports = [
  ...config,
  {
    rules: {
      'no-unused-vars': 'warn',
    },
  },
];

License

Copyright (c) 2017-2024 Metarhia contributors. eslint-config-metarhia is MIT licensed.
eslint-config-metarhia is a part of Metarhia technology stack.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
9.1.131latest

Version History

VersionDownloads (Last 7 Days)Published
9.1.131
9.1.01
9.0.747
9.0.61
9.0.55
9.0.40
9.0.31
9.0.21
9.0.11
9.0.00
8.2.236
8.2.179
8.2.08
8.1.09
8.0.00
7.0.181
7.0.00
6.1.00
6.0.00
5.0.00
4.0.00
3.0.00
2.0.02
1.0.10
1.0.00

Package Sidebar

Install

npm i eslint-config-metarhia

Homepage

metarhia.com

Weekly Downloads

303

Version

9.1.1

License

MIT

Unpacked Size

10.5 kB

Total Files

13

Last publish

Collaborators

  • timur.shemsedinov
  • aqrln
  • belochub
  • nechaido