New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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
Package was removed
Sorry, it seems this package was removed from the registry

@blockone/eslint-config-blockone

eslint config for use in Block.one projects

4.0.2
unpublished
latest
Source
npm
Version published
Maintainers
94
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

eslint

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