9.1.1 • Published 10 months ago

eslint-config-metarhia v9.1.1

Weekly downloads
245
License
MIT
Repository
github
Last release
10 months ago

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.

9.1.1

10 months ago

9.1.0

10 months ago

9.0.7

11 months ago

9.0.6

12 months ago

9.0.5

12 months ago

9.0.4

12 months ago

9.0.3

1 year ago

9.0.2

1 year ago

9.0.1

1 year ago

9.0.0

1 year ago

8.2.2

2 years ago

8.2.1

2 years ago

8.2.0

2 years ago

8.1.0

3 years ago

8.0.0

3 years ago

7.0.1

5 years ago

7.0.0

7 years ago

6.1.0

7 years ago

6.0.0

7 years ago

5.0.0

7 years ago

4.0.0

7 years ago

3.0.0

7 years ago

2.0.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago