You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@usemobile_br/use

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@usemobile_br/use

A container of configuration files containing prettier, eslint and stylelint

Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
2
Maintainers
3
Weekly downloads
 
Created
Source

Use configs

A collection of configuration files containing prettier, eslint and stylelint.

Usage

Install:

yarn add -D @usemobile_br/use

Import in eslint (.eslintrc.js):

const { eslint } = require('@usemobile_br/use');

module.exports = {
  ...eslint
};

Import in prettier (.prettierrc.js):

const { prettier } = require('@usemobile_br/use');

module.exports = {
  ...prettier,
};

Import in stylelint (.stylelintrc.js):

const { stylelint } = require('@usemobile_br/use');

module.exports = {
  ...stylelint,
};

Keywords

eslint

FAQs

Package last updated on 04 Nov 2019

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