Socket
Socket
Sign inDemoInstall

@absolunet/demo-eslint-loader

Package Overview
Dependencies
132
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @absolunet/demo-eslint-loader

ESLint YAML configuration loader


Version published
Maintainers
6
Created

Readme

Source

@absolunet/demo-eslint-loader

npm npm dependencies Tests npms License: MIT

ESLint YAML configuration loader

Reads and parses an ESLint YAML shareable config file and merges Prettier configurations on top.

Install

$ npm install @absolunet/eslint-loader

Usage

Expects a shareable-config.yaml file in the root of your package.

import loader from '@absolunet/eslint-loader';

module.exports = loader(__dirname);

Used configuration

  • eslint-config-prettier - Turns off all rules that are unnecessary or might conflict with Prettier.

Documentation

View documentation

License

MIT © Absolunet

Keywords

FAQs

Last updated on 13 Jun 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc