New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

eslint-config-metarhia

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-metarhia

ESLint config for Metarhia projects

9.0.3
Version published
Weekly downloads
354
6.31%
Maintainers
0
Weekly downloads
 
Created

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

  • 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.

FAQs

Package last updated on 19 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts