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

@blockone/eslint-config-blockone

Package Overview
Dependencies
Maintainers
94
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockone/eslint-config-blockone

eslint config for use in Block.one projects

  • 4.0.2
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
94
Weekly downloads
 
Created
Source

eslint-config-blockone

EOSIO js linting configuration

Run the following to get started

npm
> npm install --save-dev eslint
> npm install --save-dev eslint-plugin-no-exclusive-tests
> npm install --save-dev @blockone/eslint-config-blockone
yarn
> yarn add --dev eslint
> yarn add --dev eslint-plugin-no-exclusive-tests
> yarn add --dev @blockone/eslint-config-blockone

Add the following to your .eslintrc or .eslintrc.json

{
	"extends": "@blockone/blockone"
}

Add a script to your package.json for linting

{
	"scripts": {
	    "lint" : "eslint --ext .js,.jsx,.ts,.tsx src",
	}
}

Keywords

FAQs

Package last updated on 29 Jul 2021

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