Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@7r/eslint-config-7r-building

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@7r/eslint-config-7r-building

This package includes the shareable ESLint configuration used by 7r building team.

  • 1.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

eslint-config-building-app

This package includes the shareable ESLint configuration used by 7r building team.

First, install this package, ESLint and the necessary plugins.

npm install --save-dev @7r/eslint-config-7r-building babel-eslint@9.x  eslint@5.x  eslint-config-prettier@3.x eslint-plugin-import@2.x eslint-plugin-jsx-a11y@6.x eslint-plugin-prettier@3.x eslint-plugin-react@7.x prettier@1.x

Then create a file named .eslintrc with following contents in the root folder of your project:

{
  "extends": "@7r/eslint-config-7r-building"
}

That's it! You can override the settings from eslint-config-7r-building by editing the .eslintrc file. Learn more about configuring ESLint on the ESLint website.

FAQs

Package last updated on 21 Feb 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc