9.1.1 • Published 9 months ago
eslint-config-metarhia v9.1.1
eslint-config-metarhia
Opinionated ESLint config and de-facto JavaScript styleguide for Metarhia projects.
Usage
- Install ESLint and this config:
npm i -D eslint eslint-config-metarhia
- 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
9 months ago
9.1.0
9 months ago
9.0.7
10 months ago
9.0.6
10 months ago
9.0.5
10 months ago
9.0.4
11 months ago
9.0.3
11 months ago
9.0.2
11 months ago
9.0.1
11 months ago
9.0.0
11 months 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
6 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